CFLAGS=-Wall -Wstrict-prototypes -O2 all: vblib.o vblib.o: vblib.c vblib.h $(CC) $(CFLAGS) -o $@ $< .PHONY: clean clean: $(RM) *.o