token ID added

This commit is contained in:
j3d1 2016-01-21 04:58:21 +01:00
parent 4c371de8f9
commit 3ef2da7b7a
9 changed files with 575 additions and 573 deletions

View file

@ -1,5 +1,5 @@
CC = g++
CFLAGS = -g -c -std=c++14
CFLAGS = -o0 -g -c -std=c++14
TARGET = smrtlink
SOURCEDIR = src
BUILDDIR = bin