mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-14 05:30:53 +00:00
5 lines
81 B
Makefile
5 lines
81 B
Makefile
|
# $Id$
|
||
|
|
||
|
all:
|
||
|
g++ -I../.. create_lure_dat.cpp process_actions.cpp -o create_lure
|