mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
15 lines
115 B
Makefile
15 lines
115 B
Makefile
|
|
||
|
all: hud irc
|
||
|
|
||
|
.PHONY: all hud irc
|
||
|
|
||
|
help:
|
||
|
@-echo make a subdirectory
|
||
|
|
||
|
hud:
|
||
|
$(MAKE) -C hud
|
||
|
|
||
|
irc:
|
||
|
$(MAKE) 0C irc
|
||
|
|