Skip to content
Snippets Groups Projects
Commit df396063 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on Makefile

parent c83abc16
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,8 @@ all: clean
javac -d build/ rationals/*.java rationals/*/*.java
cd build;jar -cf jautomata-core.jar rationals/*.class rationals/*/*.class
publish: all
cp build/jautomata-core.jar ../../libs/
clean:
rm -rf build/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment