steed/icon/Makefile
2009-11-08 14:33:23 +00:00

13 lines
180 B
Makefile

include ../Rules.make
include ../config.make
clean:
all:
install:
$(INSTALLD) $(ICONPATH)
$(INSTALL) sdl_instead.png $(ICONPATH)
uninstall:
$(RM) $(ICONPATH)/sdl_instead.png