Skip to content

Commit

Permalink
fix done error
Browse files Browse the repository at this point in the history
  • Loading branch information
kreincke committed Oct 20, 2021
1 parent 2bf89c0 commit a10581f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -112,8 +112,8 @@ clear: clearAuxFiles
clean: clear clearResFiles

dclear: clear
$(foreach DIR, ${SUB_DIRS}, cd ${DIR} && make clear && cd ..; done)
$(foreach DIR, ${SUB_DIRS}, cd ${DIR} && make clear && cd ..;)

dclean: clean
$(foreach DIR, ${SUB_DIRS}, cd ${DIR} && make clean && cd ..; done)
$(foreach DIR, ${SUB_DIRS}, cd ${DIR} && make clean && cd ..;)

0 comments on commit a10581f

Please sign in to comment.