mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
prepare for github
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
# output
|
# output
|
||||||
testj1939
|
testj1939
|
||||||
j1939.html
|
Readme.html
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
|
|
||||||
OUTPUT = j1939.html testj1939
|
default: testj1939
|
||||||
default: $(OUTPUT)
|
all: default j1939.html
|
||||||
|
|
||||||
%.html: %.page page.theme
|
%.html: %.md page.theme
|
||||||
theme -f -o $@ $< -p "$*"
|
theme -f -o $@ $< -p "$*"
|
||||||
|
|
||||||
CFLAGS = -Wall -g3 -O0
|
CFLAGS = -Wall -g3 -O0
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(wildcard *.o) $(OUTPUT)
|
rm -f testj1939 j1939.html
|
||||||
|
|||||||
Reference in New Issue
Block a user