aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--config.mk6
2 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 1d96c4c..4edf1b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
1config.mk
1benchmark/results.txt 2benchmark/results.txt
2benchmark/run 3benchmark/run
3test/*/runtest 4test/*/runtest
diff --git a/config.mk b/config.mk
deleted file mode 100644
index bf99225..0000000
--- a/config.mk
+++ /dev/null
@@ -1,6 +0,0 @@
1CUBETYPE = CUBE_
2
3CFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra -Wno-unused-parameter -O3
4DBGFLAGS = -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -g3 -fsanitize=address -fsanitize=undefined
5
6CC = cc

Generated with cgit - Back to sebastiano.tronto.net