CFLAGS = -g -Wall -O2 -march=native -I ../../ -I ../../c-hashmap/ LDFLAGS = -L ../../c-hashmap/ -lhashmap .c: $(CC) -o $@ $< $(LDFLAGS) $(CFLAGS)