summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 71d678f22999e8a77351c52d2cb8f079e29130aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PACKAGE=acf-core
VERSION=2.0

#SUBDIRS=app cgi-bin lib static www
SUBDIRS=app
EXTRA_DIST=README.makefiles

# since this is top level dir we have to set SUBDIR to blank
SUBDIR=

include config.mk
include acf.mk