Differences From Artifact [a04c0a2490]:
- File
Makefile
— part of check-in
[259a72e1a6]
at
2023-08-30 13:44:24
on branch trunk
— Makefile: Remove objfw.spec from exclude list
It no longer exists. (user: js, size: 1378) [annotate] [blame] [check-ins using] [more...]
To Artifact [9e336025c2]:
- File
Makefile
— part of check-in
[1fa2f03dc4]
at
2024-02-18 19:27:03
on branch objfwtest
— Remove old tests
All tests have been migrated to ObjFWTest. (user: js, size: 1391) [annotate] [blame] [check-ins using]
1 2 | include extra.mk | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
include extra.mk
SUBDIRS = src utils new_tests
DISTCLEAN = Info.plist \
aclocal.m4 \
autom4te.cache \
buildsys.mk \
config.h \
config.log \
config.status \
extra.mk
include buildsys.mk
.PHONY: check docs release
utils new_tests: src
check: new_tests
${MAKE} -C new_tests -s run
docs:
rm -fr docs
doxygen >/dev/null
release: docs
echo "Generating tarball for version ${PACKAGE_VERSION}..."
|
| ︙ | ︙ |