Makefile 96 B

12345678
  1. .PHONY: all clean
  2. all:
  3. gcc -o partitions -lm -ligraph partitions.c
  4. clean:
  5. rm -vf partitions