Updated & heavily improved

This commit is contained in:
2017-04-16 16:51:53 +02:00
parent c83cdf36e2
commit 61c82b614b
7 changed files with 525 additions and 266 deletions
+10
View File
@@ -0,0 +1,10 @@
build: tf.bin
run: tf.bin
./tf.bin
debug: tf.bin
gdb -q -ex run ./tf.bin
tf.bin: test.c TinyFrame.c TinyFrame.h
gcc -Os --std=gnu89 -Wall -Wno-main -Wno-unused -Wextra test.c TinyFrame.c -I. -o tf.bin