project setup
This commit is contained in:
commit
b8d5044e64
6 changed files with 647 additions and 0 deletions
5
config.mk
Normal file
5
config.mk
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
AR:=ar
|
||||
CC:=cc
|
||||
|
||||
CFLAGS:=-std=c11 -pedantic -Wall -Wextra -ggdb -O2 -Iinclude
|
||||
ARFLAGS:=rcs
|
||||
Loading…
Add table
Add a link
Reference in a new issue