moved tinitalk to device/examples/ds390
[fw/sdcc] / device / examples / ds390 / tinitalk / Makefile.bcc
diff --git a/device/examples/ds390/tinitalk/Makefile.bcc b/device/examples/ds390/tinitalk/Makefile.bcc
new file mode 100644 (file)
index 0000000..57dcf80
--- /dev/null
@@ -0,0 +1,18 @@
+PRJDIR         = ..
+
+OBJECTS         = tinitalk.obj
+
+TARGET          = tinitalk.exe
+
+# Compiling entire program or any subproject
+# ------------------------------------------
+all: $(TARGET)
+
+
+# My rules
+# --------
+$(TARGET): $(OBJECTS)
+        bcc32 -e$(TARGET) $(OBJECTS)
+
+!include ..\Bcc.inc
+