From d0d868433eb8e737fd581c1eb6f2734f293e6267 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 14 Feb 2022 12:04:49 -0500 Subject: clean up stb_sprintf; implementation of fprintf et al, remove --- 05/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '05/Makefile') diff --git a/05/Makefile b/05/Makefile index 7242404..69fd54c 100644 --- a/05/Makefile +++ b/05/Makefile @@ -1,4 +1,4 @@ -all: out04 +all: out04 a.out in04: *.b ../04a/out04 ../04a/out04 main.b in04 out04: in04 ../04/out03 @@ -7,5 +7,7 @@ out04: in04 ../04/out03 ../markdown $< %.out: %.c ./out04 $< $@ +a.out: main.c + ./out04 clean: rm -f out* README.html *.out -- cgit v1.2.3