Skip to content

Commit aef6c0e

Browse files
committed
fix(Makefile): mark phony targets
1 parent e23340c commit aef6c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CONF = $(DESTDIR)/$(DATADIR)/doc/openvpn/$(SRC).conf
1212
RULES = $(DESTDIR)/$(DATADIR)/polkit-1/rules.d/10-$(SRC).rules
1313
RULES_OPTIONS ?= --polkit-allowed-user=openvpn --polkit-allowed-group=network
1414

15-
.PHONY: all install info rules
15+
.PHONY: all install info rules test nixos-test nixos-test-driver
1616

1717
all: install info
1818

0 commit comments

Comments
 (0)