summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-web/Makefile
blob: 055ee9f44e9cea419d1920be2c3d25b743dd497a (plain)
1
2
3
4
5
6
7
8
9
all: ;

install:
	$(MAKE) -C api $@
	$(MAKE) -C client $@

clean:
	$(MAKE) -C api $@
	rm -f *~