1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2026-01-08 05:46:58 +00:00
This commit is contained in:
Maulik Mistry
2018-12-22 17:09:45 -07:00
4 changed files with 6 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ includedir?=$(PREFIX)/include
PROGN=g810-led
MAJOR=0
MINOR=2
MICRO=8
MICRO=9
CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
@@ -113,7 +113,6 @@ uninstall:
@rm /usr/bin/g213-led
@rm /usr/bin/g410-led
@rm /usr/bin/g413-led
@rm /usr/bin/g413-led
@rm /usr/bin/g512-led
@rm /usr/bin/g513-led
@rm /usr/bin/g610-led