1 # Purpose: makefile for richedit example (Unix)
3 # hand hacked from template file by Ron <ron@debian.org>
9 OBJECTS = $(PROGRAM).o kbList.o wxllist.o wxlparser.o wxlwindow.o
16 $(CC) -c `wx-config --cflags` -o $@ $<
18 $(PROGRAM): $(OBJECTS)
19 $(CC) -o $(PROGRAM) $(OBJECTS) `wx-config --libs`