mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 20:25:20 +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:
@@ -72,7 +72,7 @@ atmoslib:
|
|||||||
CC=$(CC) \
|
CC=$(CC) \
|
||||||
AS=$(AS) \
|
AS=$(AS) \
|
||||||
CFLAGS="-Osir -g -T -t atmos -I../../include" \
|
CFLAGS="-Osir -g -T -t atmos -I../../include" \
|
||||||
AFLAGS="-t atmos -I../../asminc" \
|
AFLAGS="-t atmos -I../../asminc" \
|
||||||
$(MAKE) -C $$i || exit 1; \
|
$(MAKE) -C $$i || exit 1; \
|
||||||
done
|
done
|
||||||
mv atmos/crt0.o atmos.o
|
mv atmos/crt0.o atmos.o
|
||||||
@@ -233,10 +233,4 @@ clean:
|
|||||||
|
|
||||||
.PHONY: zap
|
.PHONY: zap
|
||||||
zap: clean
|
zap: clean
|
||||||
@rm -f *.o *.lib
|
@rm -f *.o *.lib *.tgi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user