aboutsummaryrefslogtreecommitdiff
path: root/tools/fbstream/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fbstream/Makefile')
-rw-r--r--tools/fbstream/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/fbstream/Makefile b/tools/fbstream/Makefile
new file mode 100644
index 0000000..0607d0f
--- /dev/null
+++ b/tools/fbstream/Makefile
@@ -0,0 +1,7 @@
+all : fbstream
+
+fbstream : fbstream.c
+ gcc -o $@ $^ -O3 -lm
+
+clean :
+ rm -rf *.o fbstream