make clean, to remove emacs backup files

This commit is contained in:
Enno Rehling 2014-08-12 15:38:30 +02:00
parent 04be680bd5
commit 52a235b153
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
all: all:
@echo "Please use the cmake build system by running configure" @echo "Please use the cmake build system by running configure"
clean:
@find . -name "*~" | xargs rm -f