From 12c0973fffdfd8ab91ebdce878ac9a421fe5c25c Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Wed, 30 Jan 2019 01:34:41 -0600 Subject: [PATCH] Withering my intuition, missing opportunities and I must --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index b4daf89..a26d5c0 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -14,7 +14,7 @@ RM = /bin/rm all: $(EXAMPLES) $(EXAMPLES): %: %.c - $(CC) $(CFLAGS) ../src/libhexagram.a $< -o $@ + $(CC) $(CFLAGS) $< -o $@ ../src/libhexagram.a clean: $(RM) -f $(EXAMPLES)