corrected the Makefile

This commit is contained in:
GeeckoDev 2011-12-30 17:49:10 +01:00
parent fd02820fdb
commit 783dc70755

View File

@ -10,5 +10,5 @@ include $(PSPSDK)/lib/build.mak
install: all
mkdir -p $(PSPDIR)/include $(PSPDIR)/lib
cp src/*.h $(PSPDIR)/include
cp *.h $(PSPDIR)/include
cp *.a $(PSPDIR)/lib