Skip to content

Commit 89aa3e7

Browse files
committed
Move all the thirdparty headers to a separate folder
1 parent be00fcc commit 89aa3e7

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -xe
44

5-
CFLAGS="-O3 -Wall -Wextra"
5+
CFLAGS="-O3 -Wall -Wextra -I./thirdparty/"
66
LIBS="-lm"
77

88
clang $CFLAGS -o adder_gen adder_gen.c $LIBS
File renamed without changes.
File renamed without changes.

sv.h renamed to thirdparty/sv.h

File renamed without changes.

0 commit comments

Comments
 (0)