summary refs log blame commit diff stats
path: root/src/makefile.mak
blob: 670774edb7559a029684099f01ba83263ac28706 (plain) (tree)
1
2
3
4
5
6
7
8
9
    
                  
                                               
                     
                                               

                                               

      


                                   
                             
                             

                                   
                        
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