rename
This commit is contained in:
9
boot/Makefile
Executable file
9
boot/Makefile
Executable file
@ -0,0 +1,9 @@
|
||||
# $Id: Makefile 956 2008-10-19 22:24:23Z hsc $
|
||||
|
||||
all: bootsect setup
|
||||
|
||||
% : %.asm
|
||||
nasm -f bin $<
|
||||
|
||||
clean:
|
||||
rm -f *~ bootsect setup
|
Reference in New Issue
Block a user