From c117eed0679d42c359b9529ef288afbe7191cc15 Mon Sep 17 00:00:00 2001 From: kaa Date: Wed, 18 Jun 2025 03:00:53 -0700 Subject: makefile rules --- common.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 common.mk 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 -- cgit v1.2.3