From 85b54c00cfc4dba53bd4145d9163aa207da94f8c Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Wed, 21 Jan 2009 21:24:45 +0100 Subject: v4l2-spec: fix hgignore rules and add shortcuts to make v4l2-apps and v4l2-spec. From: Hans Verkuil .hgignore rules for v4l2-spec are fixed and it is now possible to run 'make apps' or 'make spec' to make v4l2-apps and v4l2-spec respectively. 'make distclean' or 'make clean' will also go into those directories. Priority: normal Signed-off-by: Hans Verkuil --- v4l2-spec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'v4l2-spec') diff --git a/v4l2-spec/Makefile b/v4l2-spec/Makefile index 50de7cf44..9a13c9171 100644 --- a/v4l2-spec/Makefile +++ b/v4l2-spec/Makefile @@ -481,7 +481,7 @@ pdf-build.stamp: Makefile checks $(SGMLS) $(PDFPICS) capture: ../v4l2-apps/test/capture_example.c gcc $^ -o $@ -clean: +distclean clean: rm -f *.stamp rm -f videodev2.h.sgml rm -f capture.c.sgml -- cgit v1.2.3