symtab.obj \
util.obj
+LIBS = ..\common\common.lib
.PRECIOUS $(OBJS:.obj=.c)
# Other targets
-cc65.exe: $(OBJS)
+cc65.exe: $(OBJS) $(LIBS)
$(LD) system $(SYSTEM) @&&|
DEBUG ALL
OPTION QUIET
FILE declare.obj
FILE error.obj
FILE expr.obj
-FILE funcact.obj
FILE funcdesc.obj
FILE function.obj
FILE global.obj
FILE symentry.obj
FILE symtab.obj
FILE util.obj
+LIBRARY ..\common\common.lib
|
+clean:
+ @if exist *.obj del *.obj
+ @if exist cc65.exe del cc65.exe
+
+strip:
+ @-wstrip cc65.exe
+
+
make -f make\watcom.mak
cd ..\ca65
make -f make\watcom.mak
+ cd ..\cc65
+ make -f make\watcom.mak
+ cd ..\cl65
+ make -f make\watcom.mak
cd ..\ld65
make -f make\watcom.mak
cd ..
make -f make\watcom.mak clean
cd ..\ca65
make -f make\watcom.mak clean
+ cd ..\cc65
+ make -f make\watcom.mak clean
+ cd ..\cl65
+ make -f make\watcom.mak clean
cd ..\ld65
make -f make\watcom.mak clean
cd ..
@-make -f make\watcom.mak strip
@cd ..\ca65
@-make -f make\watcom.mak strip
+ @cd ..\cc65
+ @-make -f make\watcom.mak strip
+ @cd ..\cl65
+ @-make -f make\watcom.mak strip
@cd ..\ld65
@-make -f make\watcom.mak strip
@cd ..
+