x86_64_bsd.mk 188 B

123456789101112
  1. ##
  2. ## x86_64 BSD based (FreeBSD etc.) Makefile
  3. ## Use gmake instead of make
  4. ##
  5. TargetCPU :=x86_64
  6. OS :=bsd
  7. CXXFLAGS := -O3 -fPIC -pedantic
  8. # Standard part
  9. include common.mk