]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - hunt/Makefile
cgram: fix assertion when substituting at the end of the longest line
[bsdgames-darwin.git] / hunt / Makefile
1 # $NetBSD: Makefile,v 1.1 1997/10/04 09:11:14 mrg Exp $
2
3 SUBDIR= hunt huntd
4 TOPTARGETS= all clean install
5 GAME_PARAM= -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS \
6 -DOTTO
7
8 $(TOPTARGETS): $(SUBDIR)
9
10 $(SUBDIR):
11 +EXTRADEFS="$(GAME_PARAM) -DINTERNET -DLOG" $(MAKE) -C $@ $(MAKECMDGOALS)
12
13 .PHONY: $(TOPTARGETS) $(SUBDIR)