Skip to content

Commit

Permalink
- Make clean will not remove Pyhton scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mflehmig committed Oct 7, 2015
1 parent 2f59fc7 commit a2c09a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion simulation/libraries/msl32_cpp/Makefile
Expand Up @@ -302,7 +302,9 @@ simulate.cmd \
simulate_parallel.cmd \
simulateAll.cmd \
simulateAll_Parallel.cmd \
sortResults.py
sortResults.py \
simulateAll_parallel.py \
posprocessing.py

CLEAN = `ls | grep -w -v -f deps.tmp`

Expand Down

0 comments on commit a2c09a0

Please sign in to comment.