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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user