1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

add *.out to cleanup rule

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5150 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-10-16 02:38:44 +00:00
parent a1aab420f0
commit 5a1704e3fd

View File

@ -8,7 +8,7 @@ clean: cleanup
rm -f openwrt.pdf
cleanup: FORCE
rm -f *.log *.aux *.toc
rm -f *.log *.aux *.toc *.out
FORCE: