8e0c688b58
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1023 fc73d0e0-1445-4013-8a0c-d673dee63da5
14 lines
115 B
Makefile
14 lines
115 B
Makefile
|
|
all: hud irc
|
|
|
|
.PHONY: all hud irc
|
|
|
|
help:
|
|
@-echo make a subdirectory
|
|
|
|
hud:
|
|
$(MAKE) -C hud
|
|
|
|
irc:
|
|
$(MAKE) 0C irc
|
|
|