diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 11 |
1 files changed, 5 insertions, 6 deletions
| @@ -1,16 +1,15 @@ | |||
| 1 | .PHONY: all lib test tests clean | 1 | .PHONY: all libcsv test tests clean |
| 2 | 2 | ||
| 3 | all: lib | 3 | all: libcsv |
| 4 | 4 | ||
| 5 | lib tests: | 5 | libcsv tests: |
| 6 | $(MAKE) -C $@ | 6 | $(MAKE) -C $@ |
| 7 | 7 | ||
| 8 | test: tests | 8 | test: tests |
| 9 | build/tester | 9 | tests/bin/tester --gtest_shuffle |
| 10 | 10 | ||
| 11 | clean: | 11 | clean: |
| 12 | $(MAKE) -C lib clean | 12 | $(MAKE) -C libcsv clean |
| 13 | $(MAKE) -C tests clean | 13 | $(MAKE) -C tests clean |
| 14 | rm -rf build | ||
| 15 | 14 | ||
| 16 | # Testdaten: https://excelbianalytics.com/wp/downloads-18-sample-csv-files-data-sets-for-testing-sales/ | 15 | # Testdaten: https://excelbianalytics.com/wp/downloads-18-sample-csv-files-data-sets-for-testing-sales/ |
