r6611: Add mailslot test program
[samba.git] / testprogs / win32 / testmailslot / Makefile
1 INCLUDES=-I 
2 CFLAGS=$(INCLUDES) -Zi -nologo
3
4 all: testmailslot.exe
5
6 clean:
7         del *~ *.obj testmailslot.exe 
8
9 testmailslot.exe: testmailslot.obj 
10         $(CC) $(CFLAGS) -o testmailslot.exe testmailslot.obj $(LIBS)