diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-08 15:18:32 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-08 15:18:32 -0600 |
commit | c8da743b969b251bab107125d4af82ec7f4e376c (patch) | |
tree | 6d499634d8dcd49d80ae869cb28cca58893b1160 /src/map/Makefile | |
parent | 23c6c0e2c8b10bbecf1e673723914618170ac551 (diff) | |
download | tmwa-c8da743b969b251bab107125d4af82ec7f4e376c.tar.gz tmwa-c8da743b969b251bab107125d4af82ec7f4e376c.tar.bz2 tmwa-c8da743b969b251bab107125d4af82ec7f4e376c.tar.xz tmwa-c8da743b969b251bab107125d4af82ec7f4e376c.zip |
Strip some more out
Diffstat (limited to 'src/map/Makefile')
-rw-r--r-- | src/map/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/Makefile b/src/map/Makefile index effb407..0201e59 100644 --- a/src/map/Makefile +++ b/src/map/Makefile @@ -15,7 +15,7 @@ map-server: obj/magic-interpreter-lexer.o obj/magic-interpreter-parser.o obj/mag $(CC) -o ../../$@ $> $(LIBS) obj/%.o: %.c - $(COMPILE.c) -DTXT_ONLY $(OUTPUT_OPTION) $< + $(COMPILE.c) $(OUTPUT_OPTION) $< magic-interpreter-lexer.c: magic-interpreter.l $(LEX) -o magic-interpreter-lexer.c magic-interpreter.l |