Revert "Fix D examples clean"

This reverts commit c26010eb01.
This commit is contained in:
William S Fulton 2014-12-28 19:14:25 +00:00
commit 063aa9e3c5
2 changed files with 4 additions and 4 deletions

View file

@ -47,5 +47,4 @@ build:
$(MAKE) -C $(VERSION_DIR) -f $(EXAMPLES_TOP)/Makefile SRCDIR='../$(SRCDIR)' DSRCS='../$(SRCDIR)$(VERSION_DIR)runme.d $(DSRCS)' DFLAGS='$(DFLAGS)' d_compile
clean:
rm -rf $(VERSION_DIR)
$(MAKE) -C $(VERSION_DIR) -f $(EXAMPLES_TOP)/Makefile SRCDIR='../$(SRCDIR)' d_clean