Squelch an MSVC++ complaint.
[obnox/wireshark/wip.git] / tools / lemon / Makefile.nmake
1
2 include ..\..\config.nmake
3
4 CFLAGS=$(LOCAL_CFLAGS)
5
6 {$S}.c{$O}.obj::
7    $(CC) $(CFLAGS) -Fd$O\ -c $<
8
9 all : lemon.exe
10
11 clean:
12         rm -f lemon.obj lemon.exe