diff options
Diffstat (limited to 'dev/SCIKit/src/Makefile')
| -rw-r--r-- | dev/SCIKit/src/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev/SCIKit/src/Makefile b/dev/SCIKit/src/Makefile deleted file mode 100644 index f8f9fbe4..00000000 --- a/dev/SCIKit/src/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -################################################## -# (c) Amlal EL Mahrouss, all rights reserved. -# This is the bootloader makefile. -################################################## - -ASM=nasm -FLAGS=-f win64 - -.PHONY: error -error: - @echo "==> Invalid rule." - @echo "==> Use sci_asm_io_<arch> instead." - -.PHONY: sci_asm_io_x64 -sci_asm_io_x64: - $(ASM) $(FLAGS) libsci+IO.asm -o libsci+IO.o |
