Files
wmic/Samba/testprogs/win32/testmailslot/NMakefile
T
2019-02-16 00:16:52 +01:00

11 lines
206 B
Plaintext

INCLUDES=-I
CFLAGS=$(INCLUDES) -Zi -nologo
all: testmailslot.exe
clean:
del *~ *.obj testmailslot.exe
testmailslot.exe: testmailslot.obj
$(CC) $(CFLAGS) -o testmailslot.exe testmailslot.obj $(LIBS)