Withering my intuition, missing opportunities and I must

This commit is contained in:
XANTRONIX Development 2019-01-30 01:34:41 -06:00
parent ccf2b5ec7a
commit 12c0973fff

View file

@ -14,7 +14,7 @@ RM = /bin/rm
all: $(EXAMPLES) all: $(EXAMPLES)
$(EXAMPLES): %: %.c $(EXAMPLES): %: %.c
$(CC) $(CFLAGS) ../src/libhexagram.a $< -o $@ $(CC) $(CFLAGS) $< -o $@ ../src/libhexagram.a
clean: clean:
$(RM) -f $(EXAMPLES) $(RM) -f $(EXAMPLES)