Makefile 258 B

1234567891011
  1. STARPU=../../
  2. CPPFLAGS=-I$(STARPU)/src
  3. CFLAGS=-Wall -Wextra -g $(STARPU)/src/common/rbtree.c
  4. LDFLAGS=-lsimgrid
  5. test: prio_list
  6. simgrid-mc ./prio_list platform.xml MAIN
  7. debug: prio_list
  8. simgrid-mc ./prio_list platform.xml MAIN --log=mc_safety.thres:debug