Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
provide standard make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
L23de committed Mar 30, 2022
1 parent 9999840 commit d3ff11e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
all: build test

build:
gradle build
cp numa/build/libs/numa.jar .

test:
java -jar numa.jar

clean:
gradle clean

0 comments on commit d3ff11e

Please sign in to comment.