mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
MAKE: Make distclean clean everything, including devtools
This commit is contained in:
parent
2b1c1734cb
commit
bf9db9e20d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user