# Use the GNU C compiler CC = gcc # standard rule: .c.o: $(CC) -c $(CFLAGS) $<