Runtime and thread_pool mostly done
This commit is contained in:
4
makefile
4
makefile
@ -1,10 +1,10 @@
|
||||
CC=gcc
|
||||
C_FLAGS=-Wall -Wextra -pedantic -Wno-unknown-pragmas -g -DDEBUG
|
||||
C_FLAGS=-Wall -Wextra -pedantic -Wno-unknown-pragmas -g -DDEBUG -DSUS_TARGET_VERSION=10000
|
||||
|
||||
DIR_SRC=src
|
||||
DIR_INC=include
|
||||
DIR_BUILD=build
|
||||
DEPS=dl pthread m atomic pigpio rt sus
|
||||
DEPS=dl pthread m atomic rt sus
|
||||
|
||||
OUTBIN=$(DIR_BUILD)/bin/main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user