mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 12:35:53 +01:00
.gitignore and Makefile cleanup to make build environment friendly (and non-biased) to other editors.
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user