Makefile 87 B

1234567
  1. CFLAGS = -I../src -O2 -MD -MP
  2. TARGET = fsck.mfs
  3. OBJS = fsck.o
  4. include ../build.mak