aboutsummaryrefslogtreecommitdiff
path: root/internal/stupidgcm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'internal/stupidgcm/Makefile')
-rw-r--r--internal/stupidgcm/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/stupidgcm/Makefile b/internal/stupidgcm/Makefile
new file mode 100644
index 0000000..19f9914
--- /dev/null
+++ b/internal/stupidgcm/Makefile
@@ -0,0 +1,7 @@
+.PHONY: gcc
+gcc:
+ gcc -Wall -Wextra -Wformat-security -Wconversion -lcrypto -c *.c
+
+.PHONY: format
+format:
+ clang-format --style=WebKit -i *.c