From 2d78510b9af6f70ec34d77f0e047c698bdf061a9 Mon Sep 17 00:00:00 2001 From: Mikhail Osipov Date: Sat, 12 Oct 2019 00:23:50 +0300 Subject: draft --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 $@ $< -- cgit v1.2.3-70-g09d2