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