diff options
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 9ea48ee352..ac3185e660 100644 --- a/Makefile.common +++ b/Makefile.common @@ -130,7 +130,7 @@ distclean: clean clean: $(RM) $(OBJS) $(EXECUTABLE) -.PHONY: all clean dist distclean +.PHONY: all clean dist distclean plugins # Old (dumb) compile & dependcy rules #INCS = scumm/scumm.h common/scummsys.h common/stdafx.h |