import sample program & help page

This commit is contained in:
Kurt Van Dijck
2013-11-20 11:14:44 +01:00
parent fe748b1c2c
commit 198c5801ec
5 changed files with 627 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
OUTPUT = j1939.html testj1939
default: $(OUTPUT)
%.html: %.page page.theme
theme -f -o $@ $< -p "$*"
CFLAGS = -Wall -g3 -O0
clean:
rm -f $(wildcard *.o) $(OUTPUT)