Differences From Artifact [e5221f687b]:
- File
utils/Makefile
— part of check-in
[c70b66a228]
at
2017-06-04 16:05:48
on branch trunk
— Add objfw-new
objfw-new creates new source files from templates.
For now, this only has the boilerplate for an empty class and an empty
application, but will be extended over time. (user: js, size: 685) [annotate] [blame] [check-ins using]
To Artifact [a54d55eb6d]:
- File
utils/Makefile
— part of check-in
[51343e2dfc]
at
2018-06-17 16:16:34
on branch trunk
— Rename ofzip to ofarc
It supports more than just ZIP now, so the name was no longer
appropriate. (user: js, size: 685) [annotate] [blame] [check-ins using]
1 2 | include ../extra.mk | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | include ../extra.mk SUBDIRS += ${OFARC} \ ${OFHASH} \ ${OFHTTP} include ../buildsys.mk DISTCLEAN = objfw-config install-extra: objfw-config objfw-compile objfw-new for i in objfw-config objfw-compile objfw-new; do \ |
︙ | ︙ |