mirror of
https://github.com/cc65/cc65.git
synced 2025-04-08 19:38:55 +00:00
fixed some whitespace so emacs doesn't complain when saving; "zap" now
also removed the startup *.o files git-svn-id: svn://svn.cc65.org/cc65/trunk@1097 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b258333a71
commit
aff228f0dc
@ -25,7 +25,7 @@ ALLTARGETS = apple2lib \
|
||||
|
||||
all:
|
||||
for tgt in $(ALLTARGETS); do \
|
||||
$(MAKE) clean $$tgt || exit 1; \
|
||||
$(MAKE) clean $$tgt || exit 1; \
|
||||
done
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
@ -51,7 +51,7 @@ atarilib:
|
||||
for i in atari common runtime conio dbg; do \
|
||||
CC=$(CC) \
|
||||
AS=$(AS) \
|
||||
CFLAGS="-Osir -g -T -t atari -I../../include" \
|
||||
CFLAGS="-Osir -g -T -t atari -I../../include" \
|
||||
AFLAGS="-t atari" \
|
||||
$(MAKE) -C $$i || exit 1; \
|
||||
done
|
||||
@ -67,7 +67,7 @@ c64lib:
|
||||
for i in c64 cbm common runtime conio dbg; do \
|
||||
CC=$(CC) \
|
||||
AS=$(AS) \
|
||||
CFLAGS="-Osir -g -T -t c64 -I../../include" \
|
||||
CFLAGS="-Osir -g -T -t c64 -I../../include" \
|
||||
AFLAGS="-t c64" \
|
||||
$(MAKE) -C $$i || exit 1; \
|
||||
done
|
||||
@ -190,12 +190,12 @@ plus4lib:
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@for i in apple2 atari c128 c64 cbm cbm510 cbm610 common conio dbg geos pet plus4 runtime; do \
|
||||
$(MAKE) -C $$i clean; \
|
||||
$(MAKE) -C $$i clean; \
|
||||
done
|
||||
|
||||
.PHONY: zap
|
||||
zap: clean
|
||||
@rm -f *.lib
|
||||
@rm -f *.o *.lib
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user