TARGET := import DFLAGS := -funittest -J. all: $(TARGET) $(TARGET): $(TARGET).d %: %.d gdc -o $@ $(DFLAGS) $< clean: -rm -f *.o *~ $(TARGET)