diff options
Diffstat (limited to 'ortho')
-rw-r--r-- | ortho/oread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/oread/Makefile b/ortho/oread/Makefile index bf6a004..2d5053a 100644 --- a/ortho/oread/Makefile +++ b/ortho/oread/Makefile @@ -32,7 +32,7 @@ $(ortho_exec): force clean: $(MAKE) -f $(BACK_END)/Makefile clean - $(RM) -f oread *.o *~ + $(RM) -f oread-gcc oread-mcode *.o *~ distclean: clean $(MAKE) -f $(BACK_END)/Makefile distclean |