diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ run: build done test: build - cd BUILD/PLAYGROUND && ctest --output-on-failure + cd BUILD/PLAYGROUND/test && ctest --output-on-failure BUILD/PLAYGROUND/CMakeCache.txt: CMakeLists.txt cmake -B BUILD/PLAYGROUND $@ -S . \ |