Skip to content

Commit

Permalink
Add default make target
Browse files Browse the repository at this point in the history
  • Loading branch information
markdingo committed Jan 18, 2024
1 parent bc81ed7 commit a41b6e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
all:

help:
@echo Targets: clean, fmt, test and version

.PHONY: clean
Expand Down

0 comments on commit a41b6e8

Please sign in to comment.