mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-16 06:49:58 +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)
|