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

ASM=nasm
FLAGS=-f win64

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