зеркало из https://github.com/mozilla/pluotsorbet.git
6 строки
121 B
Makefile
6 строки
121 B
Makefile
|
classes.jar: $(shell find jdk -type f)
|
||
|
cd jdk && jar cvf ../classes.jar $(^:jdk/%=%)
|
||
|
|
||
|
clean:
|
||
|
rm -f `find . -name "*~"`
|