Add .fooignores, grab classfiles for jar maximally.
catseye
12 years ago
301 | 301 |
$(JAVA) -cp "$(CLASSPATH)" tc.catseye.yoob.GUI -c "$(ESOLANGS)"
|
302 | 302 |
|
303 | 303 |
yoob.jar: langs
|
304 | |
cd bin && jar cvf ../$@ tc/catseye/yoob/*.class tc/catseye/yoob/*/*.class
|
|
304 |
cd bin && jar cvf ../$@ tc/catseye/*/*.class tc/catseye/yoob/*/*.class
|