Skip to content

Commit

Permalink
Add PHONY targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt committed Jan 1, 2024
1 parent c18c702 commit 61aff49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
PREFIX ?= /usr/local
MAN_PREFIX ?= ${PREFIX}/man

.PHONY: all install test distrib

all: target/release/pizauth

target/release/pizauth:
Expand Down

0 comments on commit 61aff49

Please sign in to comment.