We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113ebdf commit aa5963dCopy full SHA for aa5963d
Makefile
@@ -1,3 +1,4 @@
1
+SHELL := bash
2
sources := $(shell find src -type f)
3
4
target/strm: ${sources} pom.xml
0 commit comments