summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2023-12-02 22:35:29 +0000
committerTomasz Kramkowski <tomasz@kramkow.ski>2023-12-02 22:35:29 +0000
commit3bc9b83494916ed3928556dae7773664e70c6f21 (patch)
treebdd4cfe26bf07d38f59cf5165132992e732e27eb /Makefile
parent86eea5204564fb161faa96fcdd9580d7bd6e0d47 (diff)
downloadaoc2023-3bc9b83494916ed3928556dae7773664e70c6f21.tar.gz
aoc2023-3bc9b83494916ed3928556dae7773664e70c6f21.tar.xz
aoc2023-3bc9b83494916ed3928556dae7773664e70c6f21.zip
day 2 in C
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..3511ed7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+CFLAGS += -std=c11