1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 19:29:53 +00:00

Target clean needs to clean the tgi dir

git-svn-id: svn://svn.cc65.org/cc65/trunk@1319 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-06-22 10:58:47 +00:00
parent 574ac2393b
commit ccb0127ed9

View File

@ -206,7 +206,7 @@ plus4lib:
.PHONY: clean
clean:
@for i in apple2 atari c128 c64 cbm cbm510 cbm610 common conio dbg geos pet plus4 runtime; do \
@for i in apple2 atari c128 c64 cbm cbm510 cbm610 common conio dbg geos pet plus4 runtime tgi; do \
$(MAKE) -C $$i clean; \
done