Skip to content

Commit

Permalink
added commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Sep 16, 2023
1 parent 46f6728 commit e23cead
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@ refresh: ## Refresh dependencies
./gradlew --refresh-dependencies

gen-sources: ## Generate sources
./gradlew genSources
./gradlew genSources

run-fabric-client: ## Runs fabric client
./.github/scripts/run-client.sh fabric

run-fabric-server: ## Runs fabric server
./.github/scripts/run-server.sh fabric

run-forge-client: ## Runs forge client
./.github/scripts/run-server.sh forge

run-forge-server: ## Runs forge server
./.github/scripts/run-server.sh forge

0 comments on commit e23cead

Please sign in to comment.