| /filefind/C/Makefile |
|---|
| 9,7 → 9,7 |
| clean: |
| rm -f $(PRG) |
| test: $(PRG) |
| test: |
| ./$(PRG) $(DIR) > result |
| sort result > result.sort |
| find $(DIR) > result2 |
| /filefind/go/Makefile |
|---|
| 9,7 → 9,7 |
| clean: |
| rm -f $(PRG) |
| test: $(PRG) |
| test: |
| ./$(PRG) $(DIR) > result |
| sort result > result.sort |
| find $(DIR) > result2 |
| /filefind/java/Makefile |
|---|
| 13,7 → 13,7 |
| clean: |
| rm -f $(PRG) |
| test: $(PRG) |
| test: |
| java $(BASE) $(DIR) > result |
| sort result > result.sort |
| find $(DIR) > result2 |
| /filefind/pascal/Makefile |
|---|
| 9,7 → 9,7 |
| clean: |
| rm -f $(PRG) $(PRG).o |
| test: $(PRG) |
| test: |
| ./$(PRG) $(DIR) > result |
| sort result > result.sort |
| find $(DIR) > result2 |