Differences From Artifact [b16a509b18]:
- File utils/Makefile — part of check-in [2c629663ea] at 2014-09-08 01:14:19 on branch trunk — Add utils/ofhash (user: js, size: 639) [annotate] [blame] [check-ins using]
To Artifact [66bf0f7ed1]:
- File
utils/Makefile
— part of check-in
[486073790c]
at
2015-04-26 12:24:37
on branch trunk
— Add utils/ofhttp
This is a small tool to download files via HTTP(S). (user: js, size: 655) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 |
include ../extra.mk
SUBDIRS += ${OFHASH} \
${OFZIP}
include ../buildsys.mk
DISTCLEAN = objfw-config
install-extra: objfw-config objfw-compile
| > | 1 2 3 4 5 6 7 8 9 10 11 |
include ../extra.mk
SUBDIRS += ${OFHASH} \
${OFHTTP} \
${OFZIP}
include ../buildsys.mk
DISTCLEAN = objfw-config
install-extra: objfw-config objfw-compile
|
| ︙ | ︙ |