ObjFW  Check-in [48be70cbca]

Overview
Comment:Add missing file to DISTCLEAN target.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 48be70cbcad16d87d85a8d90d33ede97b826861facb0602fa9d5b3ac915f4e3c
User & Date: js on 2009-03-14 14:48:55
Other Links: manifest | tags
Context
2009-03-14
15:39
Update buildsys. check-in: 57d5566e38 user: js tags: trunk
14:48
Add missing file to DISTCLEAN target. check-in: 48be70cbca user: js tags: trunk
2009-03-08
19:40
Fix missing include. check-in: f79affc610 user: js tags: trunk
Changes

Modified Makefile from [533c720f43] to [c7605d134b].

1
2
3
4





5
6
include extra.mk

SUBDIRS = src ${TESTS}
DISTCLEAN = aclocal.m4 autom4te.cache buildsys.mk config.log config.status






include buildsys.mk



|
>
>
>
>
>


1
2
3
4
5
6
7
8
9
10
11
include extra.mk

SUBDIRS = src ${TESTS}
DISTCLEAN = aclocal.m4		\
	    autom4te.cache	\
	    buildsys.mk		\
	    config.log		\
	    config.status	\
	    extra.mk

include buildsys.mk