1 # Purpose: makefile for sockets example (Unix)
3 # hand hacked from template file by Ron <ron@debian.org>
7 PROGRAMS = client server
14 $(CC) -c `wx-config --cflags` -o $@ $<
19 $(CC) -o $@ $< `wx-config --libs`
22 $(CC) -o $@ $< `wx-config --libs`