moved tinitalk to device/examples/ds390
[fw/sdcc] / device / examples / ds390 / tinitalk / Makefile
diff --git a/device/examples/ds390/tinitalk/Makefile b/device/examples/ds390/tinitalk/Makefile
new file mode 100644 (file)
index 0000000..d4bd41f
--- /dev/null
@@ -0,0 +1,8 @@
+CFLAGS=-Wall -g
+
+tinitalk: tinitalk.c tinitalk.h
+       cc -o $@ $(CFLAGS) $<
+       cp $@ /usr/local/bin
+
+clean:
+       rm -f core *~ *.o tinitalk \#*