UNIVERSAL_SERVICE_DIR=universalservice CFLAGS=-I${UNIVERSAL_SERVICE_DIR}/include -g -I${UNIVERSAL_SERVICE_DIR}/examples/string -std=c89 -Wall -pedantic -Werror LDFLAGS=-L${UNIVERSAL_SERVICE_DIR} -luniversalservice -L${UNIVERSAL_SERVICE_DIR}/examples/string -lunsstring flatrate: main.c $(CC) main.c -o flatrate $(CFLAGS) $(LDFLAGS)