From c15db88951d7c5d1903fb3e5f42ca9f966f27d21 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 14 Feb 2022 16:52:33 -0500 Subject: almost all of stdio.h --- 05/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '05/Makefile') diff --git a/05/Makefile b/05/Makefile index 69fd54c..0a2fcb5 100644 --- a/05/Makefile +++ b/05/Makefile @@ -5,9 +5,9 @@ out04: in04 ../04/out03 ../04/out03 in04 out04 %.html: %.md ../markdown ../markdown $< -%.out: %.c +%.out: %.c *.h out04 ./out04 $< $@ -a.out: main.c +a.out: main.c *.h out04 ./out04 clean: rm -f out* README.html *.out -- cgit v1.2.3