BeOS module by Kenneth Sanislo.

This commit is contained in:
johns 2000-08-13 14:45:03 +00:00
parent c4b559af03
commit 96c8225ef2

View file

@ -20,7 +20,8 @@ include $(TOPDIR)/Rules.make
OBJS=
MODULES= clone map unit action ai ui sound video network pathfinder siod game
MODULES= clone map unit action ai ui sound video network pathfinder siod \
game beos
all::
@set -e; for i in $(MODULES) ; do $(MAKE) -C $$i all ; done