TARGETS =	isdn_rate

all:	$(TARGETS)

clean:
	rm -f $(TARGETS) 

isdn_rate: isdn_rate.c
	$(CC) $(CFLAGS) -o $@ $^
