steed/icon/Makefile
2010-06-01 13:41:56 +00:00

12 lines
179 B
Makefile

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