Skip to content

Commit

Permalink
add all make target and remove dependency of build on update_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Mar 24, 2020
1 parent 16e580b commit 0cedd87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ bindir = $(prefix)/bin
INSTALL = install
INSTALL_PROGRAM = $(INSTALL) -m 755

build: blueutil update_usage
all: build

build: blueutil

format:
clang-format -i *.m
Expand All @@ -27,4 +29,4 @@ install: build
uninstall:
$(RM) $(DESTDIR)$(bindir)/blueutil

.PHONY: build format test clean install uninstall
.PHONY: all build format test clean install uninstall

0 comments on commit 0cedd87

Please sign in to comment.