projects
/
cert-checker.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed timeout.
[cert-checker.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index aa1daef72886fe5952f78948b6c784b7a7594579..1e97000267225544ad5f8dbc1d63bf49f46fdaeb 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,7
+1,7
@@
CFLAGS=-Wall -pedantic --std=c99 -lgnutls
CFLAGS=-Wall -pedantic --std=c99 -lgnutls
-all: cert-checker
test
+all: cert-checker
cert-checker: main.o
gcc $(CFLAGS) -o $@ $^
cert-checker: main.o
gcc $(CFLAGS) -o $@ $^
@@
-11,10
+11,10
@@
depend:
-include: Makefile.depend
-include: Makefile.depend
-test:
- ./cert-checker localhost:5556
-
.PHONY: clean
clean:
rm -f cert-checker *.o
.PHONY: clean
clean:
rm -f cert-checker *.o
+
+install:
+ install -o root -g root cert-checker /usr/local/bin