os-test-framework/example-os/Makefile
2018-06-26 01:46:20 +02:00

6 lines
64 B
Makefile

all: os.sh
os.sh: os.asm Makefile
nasm -o $@ $<
chmod a+x $@