summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMikhail Osipov <mike.osipov@gmail.com>2019-10-12 00:23:50 +0300
committerMikhail Osipov <mike.osipov@gmail.com>2019-10-12 00:23:50 +0300
commit2d78510b9af6f70ec34d77f0e047c698bdf061a9 (patch)
treef56f2c9d7c29952748d62aa99d6e8fdc76402ada /Makefile
parent1248eae0617555a4f13f7bbee9f120ad3d46c5f3 (diff)
draftng
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 69beadf..05f6c5f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PROGNAME=$(shell pwd | xargs basename)
-$(PROGNAME): main.o
- ld -o $@ $<
+$(PROGNAME): main.o printf.o string.o
+ ld -o $@ $^
%.o: %.s syscall.s
as -o $@ $<