This commit is contained in:
Johannes Schriewer 2018-07-28 02:51:38 +02:00
parent 31ebc6fc35
commit 7e4afa462d
3 changed files with 10 additions and 1 deletions

View file

@ -14,5 +14,14 @@
"string_view": "c",
"packet.h": "c",
"debug.h": "c"
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.o": true,
"**/*.a": true
}
}

View file

View file

@ -4,7 +4,7 @@ TARGETS=$(SRCS:%.c=%.test)
CC=clang
CFLAGS=-g -Os -Wall -I.. -I../src -I../platform -DDEBUG=1
# git -DTIMETRIAL
# -DTIMETRIAL
LDFLAGS=
LIBS=-L.. -lmqtt