mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
10 lines
161 B
Makefile
10 lines
161 B
Makefile
all: libgambatte/__all_files__
|
|
|
|
libgambatte/__all_files__: forcelook
|
|
$(MAKE) -C libgambatte
|
|
|
|
clean: forcelook
|
|
$(MAKE) -C libgambatte clean
|
|
|
|
forcelook:
|
|
@true
|