Doing unit conversion prog, touching up Makefile

This commit is contained in:
2012-10-17 23:57:27 -04:00
parent 55ce5682e2
commit 8f31e77e96
2 changed files with 22 additions and 1 deletions

View File

@@ -4,4 +4,6 @@ ALL_TARGETS := $(patsubst src/%.d,bin/%,$(ALL_SOURCES))
bin/%: src/%.d
dmd $^ -of$@
$(ALL_TARGETS): $(ALL_SOURCES)
all: $(ALL_TARGETS)
.PHONY: all