summaryrefslogtreecommitdiffstats
path: root/web-gui/Makefile.am
blob: 5cf8e07adb5e2a469ca7a4208610091bf4c7957c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

SUBDIRS = \
	hello-world \
	calculator

all: index.html

index.html: index.sh
	sh $< $(SUBDIRS) > $@

clean-local:
	rm -rf qooxdoo-cache

EXTRA_DIST = \
	index.sh

CLEANFILES = \
	index.html

MAINTAINERCLEANFILES = \
	Makefile.in