default: all

all: tester

tester: tester.c apci.h apcilib.c apcilib.h
	cc -o tester tester.c apcilib.c


