Skip to content

Commit

Permalink
makefile: minor remove unused PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Apr 12, 2023
1 parent 7ec67f7 commit 3f0d382
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
@@ -1,6 +1,6 @@
GO_FILES = $(shell find . -type f -name '*.go')

.PHONY: all install clean test testrun
.PHONY: all install clean test

all: twitterview hackerview redditview

Expand Down

0 comments on commit 3f0d382

Please sign in to comment.