mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-29 13:16:18 +00:00
6 lines
101 B
Makefile
6 lines
101 B
Makefile
# Bada specific modules are built under eclipse
|
|
|
|
$(EXECUTABLE): $(OBJS)
|
|
rm -f $@
|
|
ar Tru $@ $(OBJS)
|