home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-07-24 | 317 b | 12 lines |
- install::
- for i in $(OTHERSRCS) none ; do \
- if [ $$i = none ] ; then continue; fi; \
- tar cf - $$i | ( cd $(DSTROOT)$(INSTALLDIR)/$(NAME).app/ ; tar xfp -) ; \
- done ;
- chmod -R a+r $(DSTROOT)$(INSTALLDIR)/$(NAME).app
- chmod 666 $(DSTROOT)$(INSTALLDIR)/$(NAME).app/highscores
-
- clean::
- rm -rf $(OTHER_GARBAGE)
-
-