Skip to content

Commit 11965a4

Browse files
committed
feat(dx): makefile
1 parent e92324a commit 11965a4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)