Skip to content

Commit

Permalink
Ensure winarun is also cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed Jul 16, 2019
1 parent d2ed748 commit c8f7afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/Makefile.common
Expand Up @@ -29,7 +29,7 @@ endif
#######################################################################
.PHONY: clean
clean:
-rm -rf $(UNITTESTS_OBJDIR) $(ARUNOBJDIR) $(WINARUNOBJDIR) arun{,.exe} MacArun*.zip gargoyle*.tgz gargoyle*.pkg ../bin/arun{,.exe} ../bin/winarun{,.exe} ../bin/dumpacd{,.exe} ../bin/glkarun{,.exe} arun.res
-rm -rf $(UNITTESTS_OBJDIR) $(ARUNOBJDIR) $(WINARUNOBJDIR) arun{,.exe} winarun{,.exe} MacArun*.zip gargoyle*.tgz gargoyle*.pkg ../bin/arun{,.exe} ../bin/winarun{,.exe} ../bin/dumpacd{,.exe} ../bin/glkarun{,.exe} arun.res


###################################################################
Expand Down

0 comments on commit c8f7afe

Please sign in to comment.