Skip to content

Commit

Permalink
fix: remove unused target from phony
Browse files Browse the repository at this point in the history
  • Loading branch information
Disservin committed Jul 10, 2024
1 parent 29fc100 commit 8115d51
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 @@ -9,7 +9,7 @@ update-fmt: ## Fetch subtree fmt
git subtree pull --prefix=app/third_party/fmt https://github.com/fmtlib/fmt.git master --squash
@echo "Done."

.PHONY: all tests fetch-subs
.PHONY: all tests

update-man: man ## Update man like page
xxd -i man | sed 's/unsigned char/inline char/g' | sed 's/unsigned int/inline unsigned int/g' > temp.hpp
Expand Down

0 comments on commit 8115d51

Please sign in to comment.