Subversion Repositories wimsdev

Rev

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

Rev 3806 Rev 3844
Line 12... Line 12...
12
all: voronoi
12
all: voronoi
13
 
13
 
14
tt: voronoi t
14
tt: voronoi t
15
	voronoi -t <t >tt
15
	voronoi -t <t >tt
16
voronoi: $O
16
voronoi: $O
17
	$(cc) -o voronoi $O -lm
17
	$(cc) $(cflags) -o voronoi $O -lm
18
 
18
 
19
%.o: %.c
19
%.o: %.c
20
	$(cc) $(cflags) -o $@ -c $<
20
	$(cc) $(cflags) -o $@ -c $<
21
 
21
 
22
$O:vdefs.h
22
$O:vdefs.h