added missing musrfit_startup.xml to install

This commit is contained in:
nemu 2009-03-23 18:48:08 +00:00
parent f5df45e5b3
commit ba229f022e

View File

@ -98,4 +98,5 @@ $(OBJS): %.o: %.cpp
install: all
@echo "copy $(EXEC) to $(INSTALLPATH)"
cp -p $(EXEC) $(INSTALLPATH)
cp -p musrfit_startup.xml $(INSTALLPATH)