summaryrefslogtreecommitdiffstats
path: root/win/9x/Makefile
blob: b2d7f33f2515ace094795d11a9f0723d00f72a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

all: Makefile
	cd .. && qmake CONFIG+=WIN9x -o Makefile.win9x && nmake -nologo -f Makefile.win9x

clean:
	del obj\*.obj

FORCE:

distclean: clean

####### Compile

####### Install

install:  

uninstall: