summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1e609f0e..20e4e8fb8 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,16 @@ install:
commit cvscommit hgcommit change changes changelog:: whitespace
@cd $(BUILD_DIR); scripts/cardlist; scripts/do_commit.sh $(EDITOR) $(TMP)/v4l_hg_whitespace; cd ..
+spec:
+ $(MAKE) -C v4l2-spec
+
+apps:
+ $(MAKE) -C v4l2-apps
+
+distclean clean::
+ $(MAKE) -C v4l2-spec $@
+ $(MAKE) -C v4l2-apps $@
+
qrefresh: Q=q
qrefresh:: whitespace
cd $(BUILD_DIR); scripts/cardlist; cd ..