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 0ea3d7b..0f4a25f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@ SRCS := miaowe.hs
TARGET := miaowe
$(TARGET): $(SRCS)
- ghc -g -o $(TARGET) $(SRCS)
+ ghc -g $(GHCFLAGS) -o $(TARGET) $(SRCS)