Removing the build dir
authorEd Page <eopage@byu.net>
Sat, 13 Aug 2011 00:00:30 +0000 (19:00 -0500)
committerEd Page <eopage@byu.net>
Sat, 13 Aug 2011 00:00:30 +0000 (19:00 -0500)
Makefile

index 1e35dfd..cc070ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ clean:
        rm -Rf $(OBJ)
        rm -Rf $(TODO_FILE)
        rm -f $(ICONS) $(SETUP_FILES) $(DESKTOP_FILES)
-       rm -Rf $(DIST_PATHS)
+       rm -Rf $(DIST_PATHS) ./build
 
 distclean: clean
        find $(SOURCE_PATH) -name "*.*~" | xargs rm -f