all:
	gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o calls-sbin calls-sbin.c

clean distclean:
	rm -f calls-sbin
