summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/src/Makefile
blob: 715674cf7cf4c5f309a93af784c20d0fdde547cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##################################################
# (c) Theater Quality Inc, all rights reserved.
# This is the bootloader makefile.
##################################################

ASM=nasm
FLAGS=-f win64

.PHONY: error
error:
	@echo "==> Invalid rule."
	@echo "==> Use sci_asm_io instead."

.PHONY: sci_asm_io
sci_asm_io:
	$(ASM) $(FLAGS) SCI+IO.asm -o SCI+IO.o