Added a parameter to semaphore constructor to avoid ambiguity
[pwlib.git] / samples / sortedlist / Makefile
blob3f87a86f760fc7c54175f218bff1129a746cc653
1 # Simple makefile for the hello world program
3 PROG = SortedListTest
4 SOURCES = SortedListTest.cxx
6 ifndef PWLIBDIR
7 PWLIBDIR=$(HOME)/pwlib
8 endif
10 include $(PWLIBDIR)/make/ptlib.mak
12 # End of Makefile