mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +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:
parent
574ac2393b
commit
ccb0127ed9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user