Home | History | Annotate | Download | only in expr-doesnt-deadlock
      1 LEVEL = ../../make
      2 
      3 CFLAGS_EXTRAS := -lpthread
      4 C_SOURCES := locking.c
      5 
      6 include $(LEVEL)/Makefile.rules
      7