My program compiles and runs in Xcode without -DM
EMWATCH -NMEMWATHCH_STUDIO flags but won't compile from a makefile.
Any help would be appreciated.
bash-3.2$ make
gcc -Dmain -Wall -g pcr.h memwatch.h main.c memwatch.c pcr.o -o main -DM
EMWATCH -NMEMWATHCH_STUDIO
main.c:6: error: expected identifier or '(' before numeric constant
make: *** [main] Error 1