Skip to content

Commit

Permalink
fix broken Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Oct 14, 2015
1 parent 27050cd commit b01f266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ outdir:
mkdir -p $(INCLUDEDIR)

libs: outdir $(LIBS)
$(AR) rcs $(LIBDIR)/dumaislib.a obj/*.o
echo $(LIBS)

.PHONY: test
test: libs
$(AR) rcs $(LIBDIR)/dumaislib.a obj/*.o
cd tests && make $(TLS)

0 comments on commit b01f266

Please sign in to comment.