summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaa <kaa@disroot.org>2025-06-18 03:00:53 -0700
committerkaa <kaa@disroot.org>2025-06-18 03:00:53 -0700
commitc117eed0679d42c359b9529ef288afbe7191cc15 (patch)
tree341b16a82be94d0ab7e303dd3550dd4daaace0af
parentf482827781553dc8c8981309669de79c567143dd (diff)
makefile rules
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
new file mode 100644
index 0000000..fea030c
--- /dev/null
+++ b/common.mk
@@ -0,0 +1,2 @@
+CFLAGS = -g -Wall
+LDFLAGS = -I ../../c-hashmap -L ../../c-hashmap -lhashmap