From 215ca91d26d0d7e818023ebc0175f86b3186f0e9 Mon Sep 17 00:00:00 2001 From: Kurt Van Dijck Date: Tue, 23 Feb 2016 09:38:13 +0100 Subject: [PATCH] Makefile: remove .html's with make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba2b089..3c3e570 100644 --- a/Makefile +++ b/Makefile @@ -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)