summaryrefslogtreecommitdiff
path: root/package/etrax-tools/src/e100boot/sendserial/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/etrax-tools/src/e100boot/sendserial/Makefile')
-rw-r--r--package/etrax-tools/src/e100boot/sendserial/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/etrax-tools/src/e100boot/sendserial/Makefile b/package/etrax-tools/src/e100boot/sendserial/Makefile
new file mode 100644
index 000000000..e47179ebe
--- /dev/null
+++ b/package/etrax-tools/src/e100boot/sendserial/Makefile
@@ -0,0 +1,3 @@
+
+sendserial: sendserial.c
+ gcc -Wall -g -o sendserial sendserial.c