aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src/Makefile
blob: 8478bc24cca46695aa537ca18bdd8459acbb8d40 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Generated automatically from Makefile.in by configure.
SUBDIRS = libical libicalss test

all depend ci clean install:
    for dir in $(SUBDIRS) ; do \
      (cd $$dir ; $(MAKE) $@) || exit 1; \
    done