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 e92324a commit 11965a4Copy full SHA for 11965a4
1 file changed
makefile
@@ -0,0 +1,9 @@
1
+.PHONY: build run
2
+
3
+build:
4
+ @echo "Building project..."
5
+ build.bat
6
7
+run: build
8
+ @echo "Running project..."
9
+ run.bat
0 commit comments