aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 7459910..54848ac 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,5 @@
1# See LICENSE file for copyright and license details.
2
3include config.mk 1include config.mk
4 2
5CFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra \
6 -Wno-unused-parameter -O3
7DBGFLAGS = -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra \
8 -Wno-unused-parameter -Wno-unused-function -g3 \
9 -fsanitize=address -fsanitize=undefined
10
11CC = cc
12
13all: cube.o debugcube.o 3all: cube.o debugcube.o
14 4
15cube.o: clean 5cube.o: clean

Generated with cgit - Back to sebastiano.tronto.net