]> vcs.slashdirt.org Git - sw/tic2json.git/commitdiff

vcs.slashdirt.org Git - sw/tic2json.git/commitdiff

git git / sw / tic2json.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67d9322)
add basic Makefile
2021年8月14日 21:00:21 +0000 (23:00 +0200)
2021年8月15日 11:21:02 +0000 (13:21 +0200)
Makefile [new file with mode: 0644] patch | blob

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..bf99fbe
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+all: tic
+
+tic: tic.y tic.l
+ bison -Wno-other -d tic.y
+ flex -s tic.l
+ $(CC) -Wall *.c -o $@
+
+clean:
+ $(RM) tic *.output *.tab.h *.tab.c *.yy.c
tic2json TIC parser/converter
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /