CeDOS - boot/makefile

boot/makefile (view raw)

1
2
3
4
5
.RECIPEPREFIX = >

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