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)