1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-03-10 12:48:57 +00:00

- newbuild has an install target

- top level makefile ties everything together.
This commit is contained in:
tim.newsham
2008-05-10 18:44:02 +00:00
parent df671333ca
commit ff6472244d
2 changed files with 9 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
all :
(cd tools; make)
(cd newbuild; make install)

View File

@@ -153,6 +153,10 @@ tape : protofs
@echo Building tape image...
@$(MKTAPE) root root/bin/* root/etc/*
install : rf0.dsk rk0.dsk loadfile tape
@echo Installing...
@cp rf0.dsk rk0.dsk loadfile tape ../images
# clean intermediate files
clean :
rm -f $(CLEANSRCS) cleansrc