Build setup prettification
This commit is contained in:
parent
7f5e1d2b05
commit
9a1e860a16
1 changed files with 2 additions and 5 deletions
|
@ -2,12 +2,9 @@
|
||||||
NVI=nvi-1.79
|
NVI=nvi-1.79
|
||||||
NVIWORK=$(NVI)/minix
|
NVIWORK=$(NVI)/minix
|
||||||
|
|
||||||
all:
|
all install:
|
||||||
-mkdir $(NVIWORK)
|
-mkdir $(NVIWORK)
|
||||||
cd $(NVIWORK) && /bin/sh makeme.sh
|
cd $(NVI) && make $@
|
||||||
|
|
||||||
install: all
|
|
||||||
cd $(NVIWORK) && sh ../build/install.minix
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
if [ -f $(NVIWORK)/Makefile ]; then cd $(NVIWORK) && make clean; fi
|
if [ -f $(NVIWORK)/Makefile ]; then cd $(NVIWORK) && make clean; fi
|
||||||
|
|
Loading…
Reference in a new issue