diff options
author | kaa <kaa@disroot.org> | 2025-06-18 03:00:53 -0700 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2025-06-18 03:00:53 -0700 |
commit | c117eed0679d42c359b9529ef288afbe7191cc15 (patch) | |
tree | 341b16a82be94d0ab7e303dd3550dd4daaace0af | |
parent | f482827781553dc8c8981309669de79c567143dd (diff) |
makefile rules
-rw-r--r-- | common.mk | 2 |
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 |