Cleanup
This commit is contained in:
parent
31ebc6fc35
commit
7e4afa462d
3 changed files with 10 additions and 1 deletions
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
@ -14,5 +14,14 @@
|
||||||
"string_view": "c",
|
"string_view": "c",
|
||||||
"packet.h": "c",
|
"packet.h": "c",
|
||||||
"debug.h": "c"
|
"debug.h": "c"
|
||||||
|
},
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.git": true,
|
||||||
|
"**/.svn": true,
|
||||||
|
"**/.hg": true,
|
||||||
|
"**/CVS": true,
|
||||||
|
"**/.DS_Store": true,
|
||||||
|
"**/*.o": true,
|
||||||
|
"**/*.a": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@ TARGETS=$(SRCS:%.c=%.test)
|
||||||
|
|
||||||
CC=clang
|
CC=clang
|
||||||
CFLAGS=-g -Os -Wall -I.. -I../src -I../platform -DDEBUG=1
|
CFLAGS=-g -Os -Wall -I.. -I../src -I../platform -DDEBUG=1
|
||||||
# git -DTIMETRIAL
|
# -DTIMETRIAL
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
LIBS=-L.. -lmqtt
|
LIBS=-L.. -lmqtt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue