ancient-weatherstation/deamon/init/Makefile

8 lines
136 B
Makefile

File = weatherd
Dir = /etc/init.d/
install:
@ echo "kopiere init-Script"
@ mkdir -p $(DESTDIR)$(Dir)
@ cp $(File) $(DESTDIR)$(Dir)