You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
207 B
11 lines
207 B
8 years ago
|
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
|