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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user