Makefile 134 B

123456789
  1. OPTIONS:=
  2. OPTIONS+= -l m
  3. stunes: stunes.c
  4. gcc -Wall -std=c99 -pedantic -g stunes.c st.c -o stunes $(OPTIONS)
  5. clean:
  6. rm -rf stunes