From 9008b5be62907d6dfdf84511192c988fd42ce4ec Mon Sep 17 00:00:00 2001 From: oshouse <55266023+oshouse@users.noreply.github.com> Date: Tue, 25 Jan 2022 13:00:31 -0600 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c30f225..5aac09e 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ aahb8f.o: sentences/aahb8f.c story.o: story.o bpbkt7.o tmgnnw.o - $(CC) -c $^ + $(CC) -c $< ## @@ -134,6 +134,6 @@ story.o: story.o bpbkt7.o tmgnnw.o # ----------------------------------------------- #pawprint.o - where is your .c derived object file - where is your file tmgnnw.o: sentences/tmgnnw.c - $(CC) -c $ < + $(CC) -c $< bpbkt7.o: sentences/bpbkt7.c $(CC) -c $<