Rev 35 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 35 | Rev 36 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | javac $^ |
11 | javac $^ |
12 | 12 | ||
13 | clean: |
13 | clean: |
14 | rm -f $(PRG) |
14 | rm -f $(PRG) |
15 | 15 | ||
16 | test: |
16 | test: $(PRG) |
17 | java $(BASE) $(DIR) > result |
17 | java $(BASE) $(DIR) > result |
18 | sort result > result.sort |
18 | sort result > result.sort |
19 | find $(DIR) > result2 |
19 | find $(DIR) > result2 |
20 | sort result2 > result2.sort |
20 | sort result2 > result2.sort |
21 | wc *.sort |
21 | wc *.sort |