diff options
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index ce5c46c521..be09401fbe 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -138,6 +138,9 @@ realclean: clean rm -f core $(addedbyconf) all malloc.c rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old +veryclean: realclean + rm -f *~ *.orig + # The following lint has practically everything turned on. Unfortunately, # you have to wade through a lot of mumbo jumbo that can't be suppressed. # If the source file has a /*NOSTRICT*/ somewhere, ignore the lint message |