summaryrefslogtreecommitdiff
path: root/src/map/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/Makefile')
-rw-r--r--src/map/Makefile2
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