summaryrefslogtreecommitdiff
path: root/Makefile
blob: ff2040bd0d5b98d43f2f887ee1b8dc13c1fc3c7b (plain)
1
2
3
4
5
6
7
8
9
BUILD_DIR := $(shell pwd)/v4l

all:

install:
	$(MAKE) -C $(BUILD_DIR) install

%::
	$(MAKE) -C $(BUILD_DIR) $(MAKECMDGOALS)