Build setup prettification

This commit is contained in:
Ben Gras 2005-09-08 13:12:34 +00:00
parent 7f5e1d2b05
commit 9a1e860a16

View file

@ -2,12 +2,9 @@
NVI=nvi-1.79
NVIWORK=$(NVI)/minix
all:
all install:
-mkdir $(NVIWORK)
cd $(NVIWORK) && /bin/sh makeme.sh
install: all
cd $(NVIWORK) && sh ../build/install.minix
cd $(NVI) && make $@
clean:
if [ -f $(NVIWORK)/Makefile ]; then cd $(NVIWORK) && make clean; fi