summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 6df0a67c5c5b7d2b27e1f490b343a015db60ca9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CFLAGS=-Wall -g
LDFLAGS=-lpthread

all: test-virtserial auto-virtserial auto-virtserial-guest

clean:
	-rm -f test-virtserial auto-virtserial auto-virtserial-guest *.plist

.PHONY: all clean

test-virtserial:

auto-virtserial: virtserial.h

auto-virtserial-guest: virtserial.h