diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-12-02 22:35:29 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-12-02 22:35:29 +0000 |
commit | 3bc9b83494916ed3928556dae7773664e70c6f21 (patch) | |
tree | bdd4cfe26bf07d38f59cf5165132992e732e27eb /Makefile | |
parent | 86eea5204564fb161faa96fcdd9580d7bd6e0d47 (diff) | |
download | aoc2023-3bc9b83494916ed3928556dae7773664e70c6f21.tar.gz aoc2023-3bc9b83494916ed3928556dae7773664e70c6f21.tar.xz aoc2023-3bc9b83494916ed3928556dae7773664e70c6f21.zip |
day 2 in C
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
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 |