aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2018-04-19 17:44:59 +0200
committerJ08nY2018-04-19 17:44:59 +0200
commitbe7d0b9c4a37aa75a1420168e17733db5b70a218 (patch)
tree060608d8d8b35220eb8155e8ee1391ed0dc0fc06 /Makefile
parentdf24acc86c7609d342e4c5327e79fdeff452d3ce (diff)
downloadecgen-be7d0b9c4a37aa75a1420168e17733db5b70a218.tar.gz
ecgen-be7d0b9c4a37aa75a1420168e17733db5b70a218.tar.zst
ecgen-be7d0b9c4a37aa75a1420168e17733db5b70a218.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a99215..37bbe4d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ clean-all:
+$(MAKE) -C lib clean
+$(MAKE) -C src clean-all
+$(MAKE) -C test clean-all
- rm -rf doc/*
+ rm -rf docs/html docs/latex
format:
+$(MAKE) -C src format