Subversion Repositories SvarDOS

Rev

Rev 546 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 546 Rev 1154
Line 1... Line 1...
1
 
1
 
2
CFLAGS = -0 -mt -wx -lr -we -ox
2
CFLAGS = -0 -mt -wx -lr -we -ox
3
 
3
 
4
all: erlev.com upcase.com hackz.com
4
all: erlev.com upcase.com hackz.com fcbdir.com
5
 
5
 
6
erlev.com: erlev.c
6
erlev.com: erlev.c
7
	*wcl $(CFLAGS) $<
7
	*wcl $(CFLAGS) $<
8
 
8
 
9
upcase.com: upcase.c
9
upcase.com: upcase.c
10
	*wcl $(CFLAGS) $<
10
	*wcl $(CFLAGS) $<
11
 
11
 
12
hackz.com: hackz.c
12
hackz.com: hackz.c
13
	*wcl $(CFLAGS) $<
13
	*wcl $(CFLAGS) $<
-
 
14
 
-
 
15
fcbdir.com: fcbdir.asm
-
 
16
	nasm fcbdir.asm -o fcbdir.com