diff options
-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 |