Remove stale src/IdrisPath.idr on each 'make clean' run

${PREFIX} can now be properly changed on each rebuild
This commit is contained in:
Kamil Shakirov 2020-05-21 00:38:43 +06:00
parent 1fb8904992
commit ebb98700bf
2 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ clean-libs:
clean: clean-libs support-clean clean: clean-libs support-clean
-${IDRIS2_BOOT} --clean ${IDRIS2_IPKG} -${IDRIS2_BOOT} --clean ${IDRIS2_IPKG}
$(RM) src/IdrisPaths.idr
${MAKE} -C tests clean ${MAKE} -C tests clean
$(RM) -r build $(RM) -r build

0
bootstrap.sh Executable file → Normal file
View File