mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Add distclean rule to makefile (#716)
* Add clean_everything rule to makefile Signed-off-by: angie <angheloalf95@gmail.com> * change `clean_everything` to `distclean` Signed-off-by: angie <angheloalf95@gmail.com> * Somehow forgot to commit the makefile Signed-off-by: angie <angheloalf95@gmail.com> * Remove nuke Signed-off-by: angie <angheloalf95@gmail.com> * Remove redundant variables Signed-off-by: angie <angheloalf95@gmail.com> * Forgot to remove `TEXTURE_DIRS` Signed-off-by: angie <angheloalf95@gmail.com>
This commit is contained in:
parent
42af56b231
commit
867b5a87ba
2 changed files with 21 additions and 16 deletions
|
@ -11,6 +11,11 @@ clean:
|
|||
$(RM) ZAPD/ZAPD.out
|
||||
# Need to clean the above line later...
|
||||
|
||||
distclean: clean
|
||||
$(MAKE) -C ZAPD clean
|
||||
|
||||
.PHONY: all clean distclean
|
||||
|
||||
mkldscript_SOURCES := mkldscript.c util.c
|
||||
elf2rom_SOURCES := elf2rom.c elf32.c n64chksum.c util.c
|
||||
yaz0_SOURCES := yaz0tool.c yaz0.c util.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue