OPTIONS:= OPTIONS+= -l m sine: sine.c gcc -Wall -std=c99 -pedantic -g sine.c -o sine $(OPTIONS) clean: rm -rf sine