DMD=gdmd DFLAGS=-op -release -inline -version=BuildVerbose SOURCES=build.d opts.d util/pathex_bn.d util/pathex.d source_bn.d util/str.d build_bn.d util/booltype.d util/fdt_bn.d util/str_bn.d source.d util/fdt.d util/fileex.d util/fileex_bn.d util/linetoken.d util/linetoken_bn.d util/macroex.d util/file2.d all: build build: $(SOURCES) $(DMD) $(DFLAGS) -ofbud $(SOURCES) clean: rm -f *.o build rm -f util/*.o