Makefile 86 B

12345678
  1. CFLAGS += -I .
  2. all: sched.o
  3. sched.o: sched.c
  4. gcc $(CFLAGS) -c sched.c -o sched.o