warzone2100/Makefile.raw

6 lines
102 B
Makefile

SUBDIRS=lib src
all clean dep:
@for i in $(SUBDIRS); do (cd $$i; $(MAKE) -f Makefile.raw $@); done