mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
7d25016895
the JAR.
4 lines
119 B
Bash
Executable File
4 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
(cd se/sics/coffee && javac *.java) && \
|
|
jar cvfm coffee.jar MANIFEST.MF se/sics/coffee/*.class *.properties
|