Skip to content

Commit

Permalink
Makefile: enable auto completion when typing make
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Hesmans <[email protected]>
  • Loading branch information
bhesmans committed Dec 9, 2020
1 parent 453c00e commit b699387
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FORCE:
DAYS=$(shell ls -d d*)

d%: FORCE
.PHONY: $(DAYS)

$(DAYS):
cd $@ && go build . && ./$@

0 comments on commit b699387

Please sign in to comment.