Changeset - da9b44c3208e
[Not reviewed]
0 1 0
Sergey Pashinin - 12 years ago 2014-02-26 00:10:50
sergey@pashinin.com
Fixed a command to remove .elc files
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -11,7 +11,7 @@ FLAGS = -L src -batch -l cl.el -l ido.el -l workgroups2.el --eval "(ido-mode t)"
 
FLAGSWG = -L src -batch -l ido.el -l workgroups2.el --eval "(ido-mode t)" --eval "(workgroups-mode 1)"
 

	
 
clean:
 
	find . -name '*.elc' -print0|xargs -0 rm
 
	find . -name '*.elc' -delete
 

	
 
test: clean
 
# just load all files
0 comments (0 inline, 0 general)