boot/stage1/makefile (view raw)
1 2 3 4 5
.RECIPEPREFIX = > .PHONY: build build: boot.s > $(AS) -o $(GLOBAL_BUILD)/boot_stage1.o boot.s