wireshark/tools/lemon/Makefile.nmake

13 lines
144 B
Makefile

include ..\..\config.nmake
CFLAGS=$(LOCAL_CFLAGS)
{$S}.c{$O}.obj::
$(CC) $(CFLAGS) -Fd$O\ -c $<
all : lemon.exe
clean:
rm -f lemon.exe