CFLAGS=-Wall -pedantic --std=c99 -lgnutls
-all: cert-checker test
+all: cert-checker
cert-checker: main.o
gcc $(CFLAGS) -o $@ $^
-include: Makefile.depend
-test:
- ./cert-checker localhost:5556
-
.PHONY: clean
clean:
rm -f cert-checker *.o
+
+install:
+ install -o root -g root cert-checker /usr/local/bin