minor improvements

This commit is contained in:
/jdi/ 2015-10-08 00:52:06 +02:00
parent e077b4ca8a
commit f11f281a2c
6 changed files with 91 additions and 58 deletions

View file

@ -1,5 +1,5 @@
CC = g++
CFLAGS = -Wall -std=c++11
CFLAGS = -Wall -std=c++14
TARGET = smrtlink
all: $(TARGET)