Skip to content

Commit

Permalink
Ensure make realclean removes minilua binary
Browse files Browse the repository at this point in the history
Looks like this was forgotten. Discovered due to issue #999.
  • Loading branch information
samcv committed Nov 25, 2018
1 parent 9ef725d commit d590f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Makefile.in
Expand Up @@ -709,6 +709,7 @@ realclean: clean
-$(CMD)@mtclean@ $(NOOUT) $(NOERR)
-$(CMD)@dcclean@ $(NOOUT) $(NOERR)
-$(CMD)@cmpclean@ $(NOOUT) $(NOERR)
-$(RM) $(MINILUA) $(NOOUT) $(NOERR)

distclean: realclean
$(MSG) remove executable and libraries
Expand Down

0 comments on commit d590f25

Please sign in to comment.