Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
t-8ch committed Nov 25, 2014
1 parent e351cb3 commit d63652b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Makefile
@@ -0,0 +1,8 @@
BINARIES=sls ntpproxy

.PHONY: clean

all: $(BINARIES)

clean:
$(RM) $(BINARIES)
5 changes: 2 additions & 3 deletions readme.txt
Expand Up @@ -59,8 +59,7 @@ National Institutes of Standards and Technology (NIST)
==============
Compilation is simple like this:

cc -o ntpproxy ntpproxy.c
cc -o sls sls.c
$ make

4. Leap second test bed
=======================
Expand Down Expand Up @@ -266,4 +265,4 @@ http://tools.ietf.org/pdf/rfc1129

RFC 5905: Network Time Protocol Version 4: Protocol and Algorithms
Specification
http://tools.ietf.org/html/rfc5905
http://tools.ietf.org/html/rfc5905

0 comments on commit d63652b

Please sign in to comment.