Rev 10 | Rev 3844 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10 | Rev 3806 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | voronoi -t <t >tt |
15 | voronoi -t <t >tt |
16 | voronoi: $O |
16 | voronoi: $O |
17 | $(cc) -o voronoi $O -lm |
17 | $(cc) -o voronoi $O -lm |
18 | 18 | ||
19 | %.o: %.c |
19 | %.o: %.c |
20 | $(cc) -o $@ -c $< |
20 | $(cc) $(cflags) -o $@ -c $< |
21 | 21 | ||
22 | $O:vdefs.h |
22 | $O:vdefs.h |
23 | 23 | ||
24 | clean: |
24 | clean: |
25 | rm -f *.o voronoi |
25 | rm -f *.o voronoi |