steed/icon/Makefile
2009-09-23 04:21:24 +00:00

14 lines
204 B
Makefile

include ../Rules.make
clean:
all:
install:
$(INSTALLD) $(ICONPATH)
$(INSTALL) sdl_instead.png $(ICONPATH)
ifeq ($(SYSTEMSETUP), yes)
uninstall:
$(RM) $(ICONPATH)/sdl_instead.png
else
uninstall:
endif