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