diff options
Diffstat (limited to 'PyGan/src/Makefile')
| -rw-r--r-- | PyGan/src/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/PyGan/src/Makefile b/PyGan/src/Makefile index 8520eef..eafb150 100644 --- a/PyGan/src/Makefile +++ b/PyGan/src/Makefile @@ -191,8 +191,7 @@ endif @echo 'makefile PYTHONPATH=' $(PYTHONPATH) clean: @echo 'clean PyGan' - @echo '**********************************************' - @echo '*** You should also clean Dragon or Donjon ***' - @echo '**********************************************' + $(MAKE) -C ../../Dragon/src clean + $(MAKE) -C ../../Donjon/src clean /bin/rm -r -f ../lib /bin/rm -f sub-make* |
