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