Subversion Repositories SvarDOS

Rev

Rev 28 | Rev 53 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
42 mv_fox 1
#
2
# This is a makefile to build the Svarog386 install program
3
#
4
# You can use following targets:
5
#
6
#  make           - compiles the program
7
#  make clean     - cleans up all non-source files
8
#
9
 
10
all: install.com
11
 
12
install.com: install.c input.c video.c
13
	wcl -0 -y -cc -wx -mt -lr -we -d0 -ox install.c input.c video.c kitten\kitten.c
14
	upx --8086 -9 install.com
15
 
16
clean: .SYMBOLIC
17
	del install.com
18
	del *.obj