summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJ08nY2018-04-05 22:49:01 +0200
committerJ08nY2018-04-05 22:49:01 +0200
commit23864f09cff6510fa6a9b29aefd852842493e9e4 (patch)
tree89d7bb4bcb254eace8e4c325fa265fb3245f3b07 /src
parent71cbaba2fe4f4be9d7531fa901178225d02215b8 (diff)
downloadecgen-23864f09cff6510fa6a9b29aefd852842493e9e4.tar.gz
ecgen-23864f09cff6510fa6a9b29aefd852842493e9e4.tar.zst
ecgen-23864f09cff6510fa6a9b29aefd852842493e9e4.zip
Copyright fixes and Makefile fixes.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 9918c43..0430201 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -65,4 +65,4 @@ format:
clang-format -i $(SRC)
clang-format -i $(HDR)
-.PHONY: all clean-all clean format
+.PHONY: all clean-all clean clean-cov format