diff options
author | Oxore <oxore@protonmail.com> | 2022-03-04 02:05:15 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2022-03-04 02:18:25 +0300 |
commit | 881319bf69bd2c1ffb2c2fbd07c7fc90d36d6f94 (patch) | |
tree | abb6efa89fc40298404d4cfd2be85dec6267fb14 /Makefile | |
parent | 6d80e988255bf8a76a51fa980c8e53e7a22dccce (diff) |
Add state structure
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cc86136 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +CFLAGS=-Wall -Wextra -Wstrict-prototypes + +main: |