Withering my intuition, missing opportunities and I must
This commit is contained in:
parent
ccf2b5ec7a
commit
12c0973fff
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue