Makefile: remove .html's with make clean

This commit is contained in:
Kurt Van Dijck
2016-02-23 09:38:13 +01:00
parent 6d717b8a40
commit 215ca91d26
+1 -1
View File
@@ -8,4 +8,4 @@ all: default $(patsubst %.md, %.html, $(wildcard *.md))
CFLAGS = -Wall -g3 -O0
clean:
rm -f testj1939 j1939.html
rm -f testj1939 $(wildcard *.html)