graphics: Add 'make clean' target for textgen.

This commit is contained in:
Simon Howard 2013-11-30 23:07:39 -05:00
parent 1cb5232846
commit 6150b320f3
3 changed files with 17 additions and 1 deletions

View file

@ -176,4 +176,5 @@ clean:
./textures/texture1.txt
make -C lumps clean
make -C graphics/text clean
make -C graphics/titlepic clean