From b837c88f7c868f614a33a00cc705da9f7dc825fe Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 22 Sep 2019 17:50:38 +0200 Subject: Initial commit --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5c10084 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +CFLAGS := -Wall $(shell pkg-config libusb-1.0 --cflags) +LDLIBS := $(shell pkg-config libusb-1.0 --libs) + +all: moticam -- cgit v1.2.3