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
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