summaryrefslogtreecommitdiffstats
path: root/libvncauth/Makefile
blob: 278122218d0a645672bab00fef4be22b92ebcd4c (plain)
1
2
3
4
5
6
7
8
9
OBJS=vncauth.o d3des.o

CFLAGS=-I.

all: libvncauth.a

libvncauth.a: $(OBJS)
	$(AR) clq $@ $(OBJS)