Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit abde1cb

Browse files
committed
verbose install
1 parent cf268b3 commit abde1cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nds/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ dist-bin:
105105
@tar --exclude=.svn --exclude=*CVS* -cvjf $(TOPDIR)/distribute/$(VERSTRING)/libfat-nds-$(VERSTRING).tar.bz2 include lib
106106

107107
install:
108-
@cp lib/libfat.a $(DEVKITPRO)/libnds/lib
109-
@cp $(TOPDIR)/include/fat.h $(TOPDIR)/include/libfatversion.h $(DEVKITPRO)/libnds/include
108+
@cp -v lib/libfat.a $(DEVKITPRO)/libnds/lib
109+
@cp -v $(TOPDIR)/include/fat.h $(TOPDIR)/include/libfatversion.h $(DEVKITPRO)/libnds/include
110110

111111
#---------------------------------------------------------------------------------
112112
else

0 commit comments

Comments
 (0)