Revision 5ddf869b
Added by Hamish Coleman over 16 years ago
- ID 5ddf869b3c60cbe309b6a4b25cefeee96bba7f1d
Makefile | ||
---|---|---|
CFLAGS:=-Wall
|
||
CC:=gcc
|
||
|
||
LIBCLI:=libcli/libcli.o
|
||
|
||
wconsd.c: debug.h scm.h
|
||
win-scm.c: scm.h
|
||
|
||
wconsd.exe: wconsd.o win-scm.o
|
||
wconsd.exe: wconsd.o win-scm.o $(LIBCLI)
|
||
$(CC) -o $@ $^ -lws2_32
|
||
|
||
portenum.exe: portenum.c
|
Also available in: Unified diff
Add libcli to the mix