Skip to content

Commit

Permalink
MAKE: Make distclean clean everything, including devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed May 15, 2013
1 parent 2b1c173 commit bf9db9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Expand Up @@ -78,7 +78,7 @@ endif
$(EXECUTABLE): $(OBJS)
$(QUIET_LINK)$(LD) $(LDFLAGS) $(PRE_OBJS_FLAGS) $+ $(POST_OBJS_FLAGS) $(LIBS) -o $@

distclean: clean
distclean: clean clean-devtools
$(RM) config.h config.mk config.log

clean:
Expand Down

0 comments on commit bf9db9e

Please sign in to comment.