diff options
Diffstat (limited to 'libical/src/Makefile')
-rw-r--r-- | libical/src/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libical/src/Makefile b/libical/src/Makefile new file mode 100644 index 0000000000..8478bc24cc --- /dev/null +++ b/libical/src/Makefile @@ -0,0 +1,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 + + |