mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
12 lines
169 B
Makefile
12 lines
169 B
Makefile
|
|
OUTPUT = j1939.html testj1939
|
|
default: $(OUTPUT)
|
|
|
|
%.html: %.page page.theme
|
|
theme -f -o $@ $< -p "$*"
|
|
|
|
CFLAGS = -Wall -g3 -O0
|
|
|
|
clean:
|
|
rm -f $(wildcard *.o) $(OUTPUT)
|