1 2 3 4 5 6 7 8 9 10
CFLAGS = -Werror -Wextra -std=c99 example: example.c oot_bitset.h $(CC) $(CFLAGS) $^ -o $@ clean: rm -f example .PHONY: clean