Doing unit conversion prog, touching up Makefile
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user