did some cleaning

This commit is contained in:
2017-10-15 18:18:20 +02:00
parent b89f458c19
commit d1aec88f23
4 changed files with 107 additions and 64 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ 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
gcc -O0 -ggdb --std=gnu89 -Wall -Wno-main -Wextra test.c TinyFrame.c -I. -o tf.bin