aboutsummaryrefslogtreecommitdiff
path: root/src/cc20rng/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2020-01-21 16:11:38 +0100
committerLinus Nordberg <linus@nordberg.se>2020-01-21 16:11:38 +0100
commitee799425c42bbd46dddb506f9133091874a74175 (patch)
tree396ff4510828a1662bb7171a50d51cbb6f37810d /src/cc20rng/Makefile
parente775954924a390e2e8c9fa5e4c0d16f96e9c6fe5 (diff)
parent76a6b631f4bd6866622f537870bc145c935bef40 (diff)
Merge branch 'ln/cc20rng-revamp' into ln/devel
Diffstat (limited to 'src/cc20rng/Makefile')
-rw-r--r--src/cc20rng/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cc20rng/Makefile b/src/cc20rng/Makefile
index c52bc52..bc5fce5 100644
--- a/src/cc20rng/Makefile
+++ b/src/cc20rng/Makefile
@@ -45,6 +45,10 @@ $(PROJ_NAME).elf: $(SRCS)
$(OBJDUMP) -St $(PROJ_NAME).elf >$(PROJ_NAME).lst
$(SIZE) $(PROJ_NAME).elf
+c-format:
+ clang-format-4.0 -i cc20_prng.[ch]
+ clang-format-4.0 -style="{IndentWidth: 2}" -i main.c
+
clean:
rm -f *.o
rm -f $(PROJ_NAME).elf