mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16:50:19 +00:00
even more cleanup
This commit is contained in:
@@ -9,5 +9,5 @@ xchatcommon.lib: $(COMMON_OBJECTS)
|
||||
$(CC) $(CFLAGS) $(GLIB) $<
|
||||
|
||||
clean:
|
||||
del *.obj
|
||||
del xchatcommon.lib
|
||||
@del *.obj
|
||||
@del xchatcommon.lib
|
||||
|
||||
@@ -30,8 +30,8 @@ xchat-icon.obj: xchat.res
|
||||
cvtres /nologo $(MACHINE_FLAG) /OUT:xchat-icon.obj xchat.res
|
||||
|
||||
clean:
|
||||
del *.obj
|
||||
del fe-gtk\mmx_cmod.o
|
||||
del $(PROG)
|
||||
del xchat.rc
|
||||
del xchat.RES
|
||||
@del *.obj
|
||||
@del mmx_cmod.o
|
||||
@del $(PROG)
|
||||
@del xchat.rc
|
||||
@del xchat.res
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
all:
|
||||
cd common
|
||||
@cd common
|
||||
@-$(MAKE) /nologo /s /f makefile.mak $@
|
||||
cd ..\fe-gtk
|
||||
@cd ..\fe-gtk
|
||||
@-$(MAKE) /nologo /s /f makefile.mak $@
|
||||
|
||||
clean:
|
||||
|
||||
@@ -15,4 +15,4 @@ all:
|
||||
@$(CONV) --build-list $(LIST) > inline_pngs.h
|
||||
|
||||
clean:
|
||||
del *.h
|
||||
@del *.h
|
||||
|
||||
Reference in New Issue
Block a user