X-Git-Url: https://git.llucax.com/software/dgc/dgcbench.git/blobdiff_plain/254a2ba31ffdfd67235959c657551e029df4fab5..32e30dccf780043b8459855864b59961a740f9a0:/micro/Makefile?ds=sidebyside diff --git a/micro/Makefile b/micro/Makefile index adef522..7291e7d 100644 --- a/micro/Makefile +++ b/micro/Makefile @@ -7,8 +7,7 @@ DFLAGS += -release -inline -O DFLAGS += -defaultlib=tango-base-dmd-$(VERS) -debuglib=tango-base-dmd-$(VERS) \ -L-ltango-user-dmd-$(VERS) -BASE_DIR := build -BUILD_DIR := $(BASE_DIR)/$(VERS) +BUILD_DIR := $(VERS) BIN_DIR := $(BUILD_DIR)/bin PLOT_DIR := $(BUILD_DIR)/plot @@ -73,9 +72,6 @@ $(PLOT_DIR)/split.c.csv $(PLOT_DIR)/split.a.csv: $(BIN_DIR)/bible.txt $(BIN_DIR)/bible.txt: bible.txt $(P_CP) cp -l $< $@ -.PHONY: dist-clean -dist-clean: - $(RM) -r $(BASE_DIR) .PHONY: clean clean: