
prefix = /mit/sipb
BINDIR = ${prefix}/bin

all: dsc_notify.sh
	@echo Nothing to be done for all.

install: dsc_notify.sh
	install -c -m 755 dsc_notify.sh $(BINDIR)/dsc_notify

clean:
	@echo Nothing to be done for clean.
