Skip to content

Commit

Permalink
update version, and lib
Browse files Browse the repository at this point in the history
  • Loading branch information
briandowns committed Sep 10, 2019
1 parent c8cb818 commit 71a31cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Flotsam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libspinner"
build = "make"
repository = "github.com/briandowns/libspinner"
homepage = ""
version = "0.3.0"
version = "0.3.1"
description = "C library for adding a spinner/indicator to terminal applications."
authors = ["Brian J. Downs"]

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endif

.PHONY: test
test:
$(CC) -o tests/tests tests/tests.c spinner.c tests/unity/unity.c
$(CC) -o tests/tests tests/tests.c spinner.c tests/unity/unity.c $(LDFLAGS)
tests/tests
rm -f tests/tests

Expand Down

0 comments on commit 71a31cd

Please sign in to comment.