summaryrefslogtreecommitdiff
path: root/mausezahn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mausezahn/Makefile')
-rw-r--r--mausezahn/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/mausezahn/Makefile b/mausezahn/Makefile
index ab892c6..0f97c34 100644
--- a/mausezahn/Makefile
+++ b/mausezahn/Makefile
@@ -64,3 +64,8 @@ mausezahn-objs = str.o \
staging/llist.o \
staging/directmops.o \
staging/mausezahn.o
+
+mausezahn-eflags = -O2 -I. -I.. \
+ -DVERSION_STRING=\"$(VERSION_STRING)\" \
+ -DPREFIX_STRING=\"$(PREFIX)\" \
+ -DVERSION_LONG=\"$(VERSION_LONG)\"