diff options
-rw-r--r-- | share/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile index 1ea9067..6416a90 100644 --- a/share/Makefile +++ b/share/Makefile @@ -28,7 +28,7 @@ levels: ./msec.py -o log=stderr -o print=1 -o nolocal=1 $$l < /dev/null | sort > level.$$l; \ done clean: - rm -f *.pyc *.pyo mseclib.py *~ + rm -f *.pyc *.pyo mseclib.py *~ level.[0-5] mseclib.man # Local variables: # mode: makefile |