summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaura <the-ceo-of-antifa@protonmail.com>2023-01-16 21:43:33 +0100
committerLaura <the-ceo-of-antifa@protonmail.com>2023-01-16 21:43:33 +0100
commit09bc3834373cad1f8e44eeb05854f19b66e208f8 (patch)
tree8ee9574fcd878db8228e01d9df1d1bbbedaa266f /Makefile
parentdbf609a7e83e69abef13e5db57575ce101d5c9c5 (diff)
downloadmiaowe-09bc3834373cad1f8e44eeb05854f19b66e208f8.tar.gz
miaowe-09bc3834373cad1f8e44eeb05854f19b66e208f8.zip
Fortune
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)