summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-01-13 21:07:16 -0700
committermo khan <mo.khan@gmail.com>2020-01-13 21:07:16 -0700
commit8d2b8c3dc8836d54eaf6e847895e13e233325471 (patch)
tree1cefc5dfda56d3c8a1ba945044729bc7783f13c2 /Makefile
parentf826648a7124b2f0515f9b62a997255a232857a4 (diff)
*.uml -> *.puml
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e7475ee..2e01bef 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,12 @@ all : clean pdf uml
clean :
rm assignments/1/README.pdf
+ rm assignments/1/*.png
pdf : assignments/1/README.pdf
uml :
- plantuml assignments/1/*.uml
+ plantuml assignments/1/*.puml
assignments/1/README.pdf :
mdpdf assignments/1/README.md