mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 22:40:03 +02:00
12 lines
188 B
Makefile
12 lines
188 B
Makefile
|
|
default: testj1939
|
|
all: default $(patsubst %.md, %.html, $(wildcard *.md))
|
|
|
|
%.html: %.md page.theme
|
|
theme -f -o $@ $< -p "$*"
|
|
|
|
CFLAGS = -Wall -g3 -O0
|
|
|
|
clean:
|
|
rm -f testj1939 j1939.html
|