mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
zap also deletes *.tgi files
git-svn-id: svn://svn.cc65.org/cc65/trunk@1493 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
786b3a7fe8
commit
b98a3bd537
@ -72,7 +72,7 @@ atmoslib:
|
||||
CC=$(CC) \
|
||||
AS=$(AS) \
|
||||
CFLAGS="-Osir -g -T -t atmos -I../../include" \
|
||||
AFLAGS="-t atmos -I../../asminc" \
|
||||
AFLAGS="-t atmos -I../../asminc" \
|
||||
$(MAKE) -C $$i || exit 1; \
|
||||
done
|
||||
mv atmos/crt0.o atmos.o
|
||||
@ -233,10 +233,4 @@ clean:
|
||||
|
||||
.PHONY: zap
|
||||
zap: clean
|
||||
@rm -f *.o *.lib
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@rm -f *.o *.lib *.tgi
|
||||
|
Loading…
Reference in New Issue
Block a user