aboutsummaryrefslogtreecommitdiffstats
path: root/linux64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linux64/Makefile')
-rw-r--r--linux64/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux64/Makefile b/linux64/Makefile
new file mode 100644
index 0000000..5254a2f
--- /dev/null
+++ b/linux64/Makefile
@@ -0,0 +1,3 @@
+default:
+ nasm -f elf64 foo.asm
+ ld -o foo foo.o