Skip to content

Commit

Permalink
Makefile added
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Oct 18, 2014
1 parent 78a474d commit a9f6025
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BGJ08/Makefile
@@ -0,0 +1,10 @@
.PHONY: default build run

default: build run

build:
cargo build

run:
cargo run

0 comments on commit a9f6025

Please sign in to comment.