summary refs log tree commit diff stats
path: root/src/makefile.mak
blob: 046f289b3f363aa8d6ea33f086887486e6e1d310 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
all:
	@cd common
	@-$(MAKE) /nologo /s /f makefile.mak $@
	@cd ..\fe-gtk
	@-$(MAKE) /nologo /s /f makefile.mak $@
	@cd ..\fe-text
	@-$(MAKE) /nologo /s /f makefile.mak $@

clean:
	@del common\*.obj
	@del common\xchatcommon.lib
	@del fe-gtk\*.obj
	@del fe-gtk\mmx_cmod.o
	@del fe-gtk\xchat.exe
	@del fe-gtk\xchat.rc
	@del fe-gtk\xchat.res
	@del fe-text\*.obj
	@del fe-text\xchat-text.exe
	@del pixmaps\*.h