summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-web/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-server/ipa-web/Makefile')
-rw-r--r--ipa-server/ipa-web/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/ipa-server/ipa-web/Makefile b/ipa-server/ipa-web/Makefile
new file mode 100644
index 000000000..055ee9f44
--- /dev/null
+++ b/ipa-server/ipa-web/Makefile
@@ -0,0 +1,9 @@
+all: ;
+
+install:
+ $(MAKE) -C api $@
+ $(MAKE) -C client $@
+
+clean:
+ $(MAKE) -C api $@
+ rm -f *~