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

17 lines
286 B
Makefile
Raw Normal View History

2009-02-21 12:52:44 +02:00
include ../Rules.make
clean:
all: stead.lua
install:
2009-09-23 07:21:24 +03:00
$(INSTALLD) $(STEADPATH)
$(INSTALL) stead.lua $(STEADPATH)/stead.lua
$(INSTALL) gui.lua $(STEADPATH)/gui.lua
2009-02-21 12:52:44 +02:00
2009-09-23 07:21:24 +03:00
ifeq ($(SYSTEMSETUP), yes)
uninstall:
$(RM) $(STEADPATH)/stead.lua
$(RM) $(STEADPATH)/gui.lua
else
uninstall:
endif