Skip to content

Commit

Permalink
add phony targets
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoVen committed Aug 21, 2023
1 parent a873588 commit 3593957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ docbuild:

docserve:
mdbook serve documentation

.PHONY: tests tests_dev format bench docbuild docserve
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ types:
$(CC) ./types.c $(INCLUDE) -Wall -Wextra -O3 -ftime-report -o ./$(OUTDIR)/$@.exe
./$(OUTDIR)/$@.exe

.PHONY: main dev clean lcov types
.PHONY: main dev single clean lcov types

0 comments on commit 3593957

Please sign in to comment.