forked from github/server
make clean, to remove emacs backup files
This commit is contained in:
parent
04be680bd5
commit
52a235b153
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue