makefile 66 B

1234
  1. reactor:reactor.c
  2. gcc reactor.c -o reactor
  3. clean:
  4. rm -rf reactor