mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
12 lines
196 B
Makefile
12 lines
196 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 $(wildcard *.html)
|