Fix clean target

This commit is contained in:
hasufell 2014-05-15 18:18:25 +02:00
parent 8bfcd49686
commit a25bc0ff4d
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

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