s3-client/clitar.c: Fix cli_errstr() usage (part of bug #7864)
[Samba/gebeck_regimport.git] / testprogs / win32 / testmailslot / GNUmakefile
bloba41fb91efb04192e2d9794b1b368760bd911675f
1 INCLUDES=-I.
2 CFLAGS=$(INCLUDES)
3 MINGW_CC = i586-mingw32msvc-cc
4 CC = $(MINGW_CC)
6 all: testmailslot.exe
8 clean:
9 rm -f *~ *.obj testmailslot.exe
11 .SUFFIXES: .obj .exe .c
13 testmailslot.exe: testmailslot.c
15 .c.exe:
16 $(CC) $(CFLAGS) -o $@ $^ $(LIBS)