From 332009856c5ce9d869deffa715ef7337fb296604 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Wed, 28 Dec 2016 02:02:42 +0100 Subject: [PATCH] Add make install and make uninstall --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 2021fda..bdf5fe9 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ LIBUSB_INC?=-I/usr/include/libusb-1.0 LDFLAGS=-lusb-1.0 PROGN=g810-led -.PHONY: all debug clean install uninstall update +.PHONY: all debug clean install uninstall all: bin/$(PROGN)