mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +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)
|