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/stead/Makefile
2009-09-23 04:21:24 +00:00

17 lines
286 B
Makefile

include ../Rules.make
clean:
all: stead.lua
install:
$(INSTALLD) $(STEADPATH)
$(INSTALL) stead.lua $(STEADPATH)/stead.lua
$(INSTALL) gui.lua $(STEADPATH)/gui.lua
ifeq ($(SYSTEMSETUP), yes)
uninstall:
$(RM) $(STEADPATH)/stead.lua
$(RM) $(STEADPATH)/gui.lua
else
uninstall:
endif