Makefile 85 B

123456
  1. CC=gcc -g
  2. all: client server fork test_optimization
  3. clean:
  4. rm -f client server *~