aboutsummaryrefslogtreecommitdiff
path: root/tools/fbstream/Makefile
diff options
context:
space:
mode:
authorCharles Lohr <lohr85@gmail.com>2018-03-22 02:15:40 +0000
committerCharles Lohr <lohr85@gmail.com>2018-03-22 02:15:40 +0000
commit7dac5c4184ce3bdc1e42377c675184c9df979180 (patch)
tree53f2fd8ce25bd8d664c6226f9e94758b2df6e2ed /tools/fbstream/Makefile
parent96d6cb357f7dbe59fdfeba73808d78fc0c0ea435 (diff)
downloadlibsurvive-7dac5c4184ce3bdc1e42377c675184c9df979180.tar.gz
libsurvive-7dac5c4184ce3bdc1e42377c675184c9df979180.tar.bz2
Add orangepitest and fbstream!
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