Skip to content

Makefile: build and release should be PHONY #1

Open
@jeffawang

Description

The Makefile's build and release targets should be PHONY, like the other targets that don't make files.

repost/Makefile

Lines 10 to 11 in 95a287f

build: target/debug/repost
release: target/release/repost

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions