diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..563a85f --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ + +all : + (cd tools; make) + (cd newbuild; make install) + diff --git a/newbuild/Makefile b/newbuild/Makefile index e377cf5..f70bbf7 100644 --- a/newbuild/Makefile +++ b/newbuild/Makefile @@ -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