fteqw/plugins/Makefile
Mark Olsen 59fdc17d94 That's -C, not 0C :)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1095 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-06-15 15:04:34 +00:00

14 lines
115 B
Makefile

all: hud irc
.PHONY: all hud irc
help:
@-echo make a subdirectory
hud:
$(MAKE) -C hud
irc:
$(MAKE) -C irc