summary refs log tree commit diff stats
path: root/src/makefile.mak
blob: 670774edb7559a029684099f01ba83263ac28706 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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\xchat.exe
	@del fe-gtk\xchat.res
	@del fe-text\*.obj
	@del fe-text\xchat-text.exe
	@del pixmaps\*.h