summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index dece0b1..def47dc 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
all:
- nasm sh.asm -f elf64 -o sh.o
+ nasm sh.s -f elf64 -o sh.o
ld sh.o -o sh
strip sh
rm sh.o