Fix typo in make clean

This commit is contained in:
hasufell 2014-05-17 04:07:29 +02:00
parent 9c35ee0159
commit f84e62141e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ doc-pdf: doc
clean:
$(MAKE) -C src clean
rm -rf drown-engine test latex/* html/* vgcore* core
rm -rf drow-engine test latex/* html/* vgcore* core
install:
$(MAKE) -C install