From 0c02286ad78fc0d2d26c3f2cb585ecafd4d52da9 Mon Sep 17 00:00:00 2001 From: faissaloo Date: Tue, 21 Jun 2016 18:08:26 +0100 Subject: Cleanup and noting of code to prepare it for work --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 04a37e8..3725a30 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ all: - nasm sh.s -f elf64 -o sh.o + nasm sh.asm -f elf64 -o sh.o ld sh.o -o sh clean: rm -f sh.o sh -- cgit v1.2.3