6 lines
64 B
Makefile
6 lines
64 B
Makefile
all: os.sh
|
|
|
|
os.sh: os.asm Makefile
|
|
nasm -o $@ $<
|
|
chmod a+x $@
|