Remove nasm dependency

This commit is contained in:
Nero 2023-01-01 21:47:17 +00:00
parent d89c916711
commit 6f8a24927a
2 changed files with 2 additions and 16 deletions

View file

@ -7,8 +7,6 @@ DISTFILES = $(KERNEL) $(PROGRAMS)
FLOPPY = 1440
# Programs used for building
NASM = nasm
NASM_ARGS = -s --before "cpu 8086" -DPRODUCT=$(PRODUCT) -DVERSION=$(VERSION)
AS = host/as
SYS = ./sys.elf