Move CMake install location to devkitARM directory for GBA builds

This commit is contained in:
2016-12-22 23:27:18 -06:00
parent 0acaab39d3
commit 1b2f87197b
2 changed files with 4 additions and 15 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ install:
clean:
${ENV_RUN} make -j -C build ARGS="clean"
purge:
${ENV_RUN} rm -rf $(find build -mindepth 1 -maxdepth 1 -type d)
${ENV_RUN} rm -rf $(shell find build -mindepth 1 -maxdepth 1 -type d)
test:
${ENV_RUN} make -j -C build ARGS="test"
run: make