diff options
author | kaa <kaa@disroot.org> | 2025-06-18 03:39:50 -0700 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2025-06-18 03:39:50 -0700 |
commit | c6491196970eb0db837e5a061cbf84c54c4f3539 (patch) | |
tree | 697421903ba0d05cced1a31995533d363d00aa22 /common.mk | |
parent | fc33c79577cf7d6b93898968319fe6b98ec61986 (diff) |
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,2 +1,4 @@ -CFLAGS = -g -Wall -LDFLAGS = -I ../../c-hashmap -L ../../c-hashmap -lhashmap +CFLAGS = -g -Wall -O2 -march=native -I ../../ -I ../../c-hashmap/ +LDFLAGS = -L ../../c-hashmap/ -lhashmap +.c: + $(CC) -o $@ $< $(LDFLAGS) $(CFLAGS) |