# Makefile for dbf, src directory # Version: 0.6 include ../Makefile.rules dbf: $(OBJ) $(CC) $(CFLAGS) -o $(BIN) $(OBJ) all: dbf clean: rm *.o