Connect lib at runtime
This commit is contained in:
parent
24ae971d89
commit
79f38baa29
@ -1,3 +1,4 @@
|
||||
Manifest-Version: 1.0
|
||||
Created-By: zinch
|
||||
Class-Path: lib/pokemon.jar
|
||||
Main-class: Main
|
||||
|
||||
2
Makefile
2
Makefile
@ -2,7 +2,5 @@ all:
|
||||
rm -rf target
|
||||
javac -cp lib/pokemon.jar -d target -sourcepath . Main.java Pokemons/* Moves/*
|
||||
cd target; jar cfm app.jar ../MANIFEST.mf *.class ./**/*.class
|
||||
cd target; jar -xf ../lib/pokemon.jar ./
|
||||
cd target; jar -uf app.jar ru
|
||||
mv target/app.jar ./
|
||||
rm -rf target
|
||||
|
||||
Loading…
Reference in New Issue
Block a user