Differences From Artifact [75e10724b9]:
- File utils/ofhttp/Makefile — part of check-in [83fa463f03] at 2023-08-29 13:46:11 on branch trunk — Remove remnants of Amiga .library linklib (user: js, size: 627) [annotate] [blame] [check-ins using] [more...]
To Artifact [43152d1949]:
- File utils/ofhttp/Makefile — part of check-in [79c24effeb] at 2024-09-01 14:22:38 on branch trunk — Add manpage for ofhttp (user: js, size: 642) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + | include ../../extra.mk PROG = ofhttp${PROG_SUFFIX} SRCS = OFHTTP.m \ ProgressBar.m DATA = localization/de.json \ localization/localizations.json MAN = ofhttp.1 include ../../buildsys.mk PACKAGE_NAME = ofhttp ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2} |
︙ |