all: wait.o stat.o CFLAGS += -I . wait.o: wait.c $(CC) $(CFLAGS) -c wait.c -o wait.o stat.o: stat.c $(CC) $(CFLAGS) -c stat.c -o stat.o