Rev 34 | Rev 36 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 34 | Rev 35 | ||
|---|---|---|---|
| Line 7... | Line 7... | ||
| 7 | go build $(SRC)  | 
            7 | go build $(SRC)  | 
          
| 8 | 8 | ||
| 9 | clean:  | 
            9 | clean:  | 
          
| 10 | rm -f $(PRG)  | 
            10 | rm -f $(PRG)  | 
          
| 11 | 11 | ||
| 12 | test: $(PRG)  | 
            12 | test:  | 
          
| 13 | ./$(PRG) $(DIR) > result  | 
            13 | ./$(PRG) $(DIR) > result  | 
          
| 14 | sort result > result.sort  | 
            14 | sort result > result.sort  | 
          
| 15 | find $(DIR) > result2  | 
            15 | find $(DIR) > result2  | 
          
| 16 | sort result2 > result2.sort  | 
            16 | sort result2 > result2.sort  | 
          
| 17 | wc *.sort  | 
            17 | wc *.sort  |