worldspawn/contrib/Makefile

8 lines
177 B
Makefile

all:
mkdir -p ../build/plugins
cd brushexport && $(MAKE)
cd prtview && $(MAKE)
clean:
-rm -rf ../build/plugins
cd brushexport && $(MAKE) clean
cd prtview && $(MAKE) clean