initial commit
This commit is contained in:
commit
1f4f58b3fb
11 changed files with 313 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
WERROR?=
|
||||
CFLAGS=-Wall -Wextra $(WERROR) -pedantic -I.
|
||||
CXXFLAGS_WITHOUT_PKGS=$(CFLAGS) -fno-exceptions -Wno-missing-braces -Wswitch-enum -lm
|
||||
|
||||
build:
|
||||
gcc src/* -o ./main ${CXXFLAGS_WITHOUT_PKGS}
|
||||
Loading…
Add table
Add a link
Reference in a new issue