CeDOS - boot/stage1/makefile

boot/stage1/makefile (view raw)

1
2
3
4
5
.RECIPEPREFIX = >

.PHONY: build
build: boot.s
> $(GCC_PREFIX)as -o $(GLOBAL_BUILD)/boot_stage1.o boot.s