Ok, last changes tonight for real
This commit is contained in:
9
Makefile
9
Makefile
@@ -21,15 +21,6 @@ binaries: ## Build all small binaries
|
||||
docker build --build-arg TARGET=readio.bin -o . --target=export .
|
||||
docker build --build-arg TARGET=writeio.bin -o . --target=export .
|
||||
|
||||
.PHONY: polos
|
||||
polos: ## Build polOS components
|
||||
docker build --build-arg TARGET=fat12boot.bin -o . --target=export .
|
||||
docker build --build-arg TARGET=polio.com -o . --target=export .
|
||||
docker build --build-arg TARGET=polmon.com -o . --target=export .
|
||||
docker build --build-arg TARGET=mushroom.com -o . --target=export .
|
||||
docker build --build-arg TARGET=hello.com -o . --target=export .
|
||||
docker build --build-arg TARGET=ftpget.com -o . --target=export .
|
||||
|
||||
.PHONY: floppy
|
||||
floppy: ## Make a bootable floppy image
|
||||
docker build --build-arg TARGET=polos.img -o . --target=export .
|
||||
|
Reference in New Issue
Block a user