Skip to content

Commit

Permalink
Learnt something new about Makefiles.... grrrr...
Browse files Browse the repository at this point in the history
  • Loading branch information
vanrein committed Jul 12, 2016
1 parent 0eddcad commit 4c709c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LIBQD = libquickder.a

EXTRALIBS ?=

all: "$(LIBDIR)/$(LIBQD)" $(TESTS)
all: $(LIBDIR)/$(LIBQD) $(TESTS)

clean:
for t in $(TESTS) ; do rm -f $$t $${t%.ok}.test ; done
Expand Down

0 comments on commit 4c709c6

Please sign in to comment.