1
Files
lecture-operating-system-de…/c_boot/Makefile
2022-04-16 14:44:49 +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