Skip to content

Commit

Permalink
make file added binaries to PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-null-undefined committed Jul 6, 2023
1 parent 19bbf40 commit 5f39f61
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,4 +1,4 @@
.PHONY: all clean run compile release debug fast fast-debug doc perf-compile fast-perf report benchmark directories test-compile fast-test test
.PHONY: all clean run compile release debug fast fast-debug doc perf-compile fast-perf report benchmark directories test-compile fast-test test binaries
.DEFAULT_GOAL = all
PROJECT = ascii-art
VERSION = v0.1.2
Expand Down

0 comments on commit 5f39f61

Please sign in to comment.