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

ASM=nasm
FLAGS=-f win64

.PHONY: syscall_unit
syscall_unit:
	$(ASM) $(FLAGS) SysCallDispatcher.asm -o SysCallDispatcher.o