1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 14:25:45 +01:00

.gitignore and Makefile cleanup to make build environment friendly (and non-biased) to other editors.

This commit is contained in:
Ted Pavlic
2009-01-12 10:47:33 -05:00
parent 2bed184abb
commit 08f26c4671
4 changed files with 22 additions and 10 deletions

View File

@@ -78,7 +78,6 @@ ${RDF}: ${RDF_IN} Makefile
clean:
@echo "Cleanup..."
rm -f ${JAR} ${XPI}
find . -name '*~' -exec rm -f {} \;
distclean: clean
@echo "More cleanup..."

View File

@@ -41,7 +41,6 @@ help:
clean:
@echo "Cleanup..."
find . -name '*~' -exec rm -f {} \;
distclean: clean
@echo "More cleanup..."