mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 5f359719fd1706e1fd107a65324ee3fca1f89709 Author: Matthew L. Fidler <[email protected]> Date: Wed Jun 18 11:33:57 2014 -0500 Makefile fixes --- Makefile | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index a74cab6..76bdb22 100644 --- a/Makefile +++ b/Makefile @@ -65,10 +65,6 @@ test : build test-dep-1 test-autoloads clean : @rm -f $(AUTOLOADS_FILE) @rm -f *.elc + @rm -f $(TEST_DIR)/*.* + @rmdir $(TEST_DIR) @rm -f *~ - @rm -f */*.elc - @rm -f */*~ - @rm -f $(TEST_DIR)/$(TEST_DEP_1).el \ - $(TEST_DIR)/$(TEST_DEP_2).el $(TEST_DIR)/$(TEST_DEP_3).el $(TEST_DIR)/$(TEST_DEP_4).el \ - $(TEST_DIR)/$(TEST_DEP_5).el $(TEST_DIR)/$(TEST_DEP_6).el $(TEST_DIR)/$(TEST_DEP_7).el \ - $(TEST_DIR)/$(TEST_DEP_8).el $(TEST_DIR)/$(TEST_DEP_9).el
