Makefile 117 B

123456789
  1. all:
  2. gcc -O2 -lrt mq_open_tests.c -o mq_open_tests
  3. run_tests:
  4. ./mq_open_tests /test1
  5. clean:
  6. rm -f mq_open_tests