diff options
Diffstat (limited to 'backends/platform/bada/bada.mk')
| -rwxr-xr-x | backends/platform/bada/bada.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/platform/bada/bada.mk b/backends/platform/bada/bada.mk new file mode 100755 index 0000000000..fe90af4f8f --- /dev/null +++ b/backends/platform/bada/bada.mk @@ -0,0 +1,5 @@ +# Bada specific modules are built under eclipse + +$(EXECUTABLE): $(OBJS) + rm -f $@ + ar Tru $@ $(OBJS) |
