Skip to content

Commit

Permalink
A little help for my friends.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Burd committed Oct 4, 2011
1 parent 565f571 commit 800dda6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -10,6 +10,11 @@ test:
java -Dkilim.Scheduler.numThreads=10 -cp ./testclasses:./classes:./libs/asm-all-2.2.3.jar:./libs/junit.jar junit.textui.TestRunner kilim.test.AllWoven


#### Helpful targets

mvn-install-asm4:
mvn install:install-file -Dfile=libs/asm-debug-all-4.0_RC2.jar -DgroupId=asm -DartifactId=asm-all -Dversion=4.0_RC2 -Dpackaging=jar

#### These targets are here as a record of what the old build.sh script would do,
#### you'll never use them. Just ignore this and someday it will be pruned and
#### you won't know the difference. :)
Expand Down

0 comments on commit 800dda6

Please sign in to comment.