This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
adventin/icon/Makefile

14 lines
204 B
Makefile
Raw Normal View History

2009-08-26 08:25:53 +03:00
include ../Rules.make
clean:
all:
install:
2009-09-23 07:21:24 +03:00
$(INSTALLD) $(ICONPATH)
$(INSTALL) sdl_instead.png $(ICONPATH)
2009-08-26 08:25:53 +03:00
2009-09-23 07:21:24 +03:00
ifeq ($(SYSTEMSETUP), yes)
uninstall:
$(RM) $(ICONPATH)/sdl_instead.png
else
uninstall:
endif