mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-22 14:55:39 +00:00
11 lines
145 B
Makefile
11 lines
145 B
Makefile
|
all:
|
||
|
$(MAKE) -C n64texconv
|
||
|
|
||
|
clean:
|
||
|
$(MAKE) -C n64texconv clean
|
||
|
|
||
|
distclean: clean
|
||
|
$(MAKE) -C n64texconv distclean
|
||
|
|
||
|
.PHONY: all clean distclean
|