ETCDIR=/etc/fanram

all:

clean:

install: fanram.conf email.template example
	mkdir -p $(DESTDIR)$(ETCDIR)
	install -m644 $^ $(DESTDIR)$(ETCDIR)
