Subversion Repositories SvarDOS

Rev

Rev 545 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 545 Rev 546
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
4
all: erlev.com upcase.com hackz.com
5
 
5
 
6
erlev.com: erlev.c
6
erlev.com: erlev.c
7
	*wcl $(CFLAGS) erlev.c
7
	*wcl $(CFLAGS) $<
8
 
8
 
9
upcase.com: upcase.c
9
upcase.com: upcase.c
10
	*wcl $(CFLAGS) $<
10
	*wcl $(CFLAGS) $<
-
 
11
 
-
 
12
hackz.com: hackz.c
-
 
13
	*wcl $(CFLAGS) $<