Convert the watcom makefiles for use with wine under Linux

git-svn-id: svn://svn.cc65.org/cc65/trunk@2598 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-11-02 21:46:00 +00:00
parent e2c4314258
commit 5b3d0ddaf9
11 changed files with 357 additions and 227 deletions

View File

@@ -95,8 +95,11 @@ $(LIB): $(OBJS)
@echo Done!
clean:
@if exist *.obj del *.obj
@if exist $(LIB) del $(LIB)
@rm -f *~ core
zap: clean
@rm -f *.obj $(LIB)