Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Makefile: Add missing lint and install to .PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
daurnimator committed Aug 1, 2018
1 parent 5b78ff0 commit e94a973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,4 +14,4 @@ install:
mkdir -p $(bindir)
install bin/git-signatures $(bindir)

.PHONY: all test
.PHONY: all test lint install

0 comments on commit e94a973

Please sign in to comment.