summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2019-08-03 13:45:06 +1200
committerDavid Phillips <david@sighup.nz>2019-08-03 14:00:39 +1200
commit5940828912aaee614f40c258e88dc58941971317 (patch)
tree5a667c97df3beb6acc1708e90a4b20dbb2d9544a /Makefile
parentf0f5c379513ada7482aa4ead08df1043e9c7d267 (diff)
downloadtoy-cpu-assembler-5940828912aaee614f40c258e88dc58941971317.tar.xz
Enable -Wpedantic
I'm going to regret this
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 752b867..54f76f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -Wall -Wextra
+CFLAGS = -Wall -Wextra -Wpedantic
EXECUTABLES = assembler disassembler