summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorfaissaloo <faissaloo@gmail.com>2016-06-21 18:08:26 +0100
committerfaissaloo <faissaloo@gmail.com>2016-06-21 18:08:26 +0100
commit0c02286ad78fc0d2d26c3f2cb585ecafd4d52da9 (patch)
tree74c0cb30b5d9a2a04bb49666f07799876ca61d89 /makefile
parent03524b2d04c1a2535e425b89154b9941c662f0fe (diff)
downloaddbsh-0c02286ad78fc0d2d26c3f2cb585ecafd4d52da9.tar.gz
Cleanup and noting of code to prepare it for work
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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