Working on the plugins
git-svn-id: svn://svn.cc65.org/cc65/trunk@1223 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -18,8 +18,7 @@ OBJS = chip.o \
|
||||
error.o \
|
||||
global.o \
|
||||
main.o \
|
||||
memory.o \
|
||||
simdata.o
|
||||
memory.o
|
||||
|
||||
LIBS = $(COMMON)/common.a
|
||||
|
||||
@@ -31,7 +30,7 @@ all: $(EXECS) chips
|
||||
include .depend
|
||||
else
|
||||
all: depend
|
||||
@$(MAKE) -f make/gcc.mak all
|
||||
@$(MAKE) -f make/gcc.mak all
|
||||
endif
|
||||
|
||||
|
||||
@@ -45,9 +44,11 @@ chips:
|
||||
|
||||
|
||||
clean:
|
||||
@$(MAKE) -C chips -f make/gcc.mak clean
|
||||
rm -f *~ core *.lst
|
||||
|
||||
zap: clean
|
||||
@$(MAKE) -C chips -f make/gcc.mak zap
|
||||
rm -f *.o $(EXECS) .depend
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user