prepare for github

pull/66/head
Kurt Van Dijck 2015-12-11 04:16:31 +01:00
parent a79c16b1d2
commit 4f1026e9ff
3 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
# output # output
testj1939 testj1939
j1939.html Readme.html

View File

@ -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