CFLAGS:=-O3 -Wall -Wextra -Werror -pedantic OBJS:=minctest.o example: example.c $(OBJS) $(LINK.c) $^ $(OUTPUT_OPTION) clean: $(RM) $(OBJS) example