mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
8 lines
139 B
Makefile
8 lines
139 B
Makefile
# port files built under eclipse
|
|
|
|
MODULE := backends/platform/tizen
|
|
|
|
$(EXECUTABLE): $(OBJS)
|
|
rm -f $@
|
|
arm-linux-gnueabi-ar Tru $@ $(OBJS)
|