Makefile 68 B

1234
  1. all: shell.o
  2. shell.o: shell.c
  3. gcc $(CFLAGS) -c shell.c -o shell.o