steed/icon/Makefile

13 lines
180 B
Makefile
Raw Normal View History

2009-08-26 08:25:53 +03:00
include ../Rules.make
2009-11-08 16:33:23 +02:00
include ../config.make
2009-08-26 08:25:53 +03:00
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
uninstall:
$(RM) $(ICONPATH)/sdl_instead.png
2009-09-23 09:28:30 +03:00