OPTIONS:= arcalc: arcalc.c gcc -Wall -std=c99 -pedantic -g arcalc.c -o arcalc $(OPTIONS) clean: rm -rf arcalc