summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9302f3f..1312691 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ MAKE=make
# settings
-cflags = -O2 -std=c99 -pedantic -Wall -fpic $(CFLAGS)
+cflags = -O2 -std=c99 -pedantic -Wall -fpic -DMOJIBAKE_EXPORTS $(CFLAGS)
cc = $(CC) $(cflags)
AR = ar