summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-07-05 13:46:38 -0600
committermo khan <mo.khan@gmail.com>2020-07-05 13:46:38 -0600
commitb1bc7d9777afec74ac77dfddccfc40fe2919f980 (patch)
tree31bda3ffc515246929563a3363f015cd9ce70158 /Makefile
parent900630b3a876bdc3bc74483f112e792fdbc91436 (diff)
Add make fmt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c981136
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+fmt :
+ clang-format -i src/01/**/*.c