6 lines
102 B
Makefile
6 lines
102 B
Makefile
CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS
|
|
CXX_SOURCES := main.cpp
|
|
MAKE_DSYM :=NO
|
|
|
|
include Makefile.rules
|