1
Files
lecture-operating-system-de…/boot/Makefile
2022-06-27 22:50:11 +02:00

10 lines
128 B
Makefile

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