git @ Cat's Eye Technologies yoob / 825d386
Add .fooignores, grab classfiles for jar maximally. catseye 12 years ago
3 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 *.jar
0 syntax: glob
1
2 *.jar
301301 $(JAVA) -cp "$(CLASSPATH)" tc.catseye.yoob.GUI -c "$(ESOLANGS)"
302302
303303 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