1
Files
lecture-operating-system-de…/boot/Makefile
2022-06-23 12:58:34 +02:00

10 lines
128 B
Makefile
Executable File

# $Id: Makefile 956 2008-10-19 22:24:23Z hsc $
all: bootsect setup
% : %.asm
nasm -f bin $<
clean:
rm -f *~ bootsect setup