From: Ben Harris Date: Sun, 18 Nov 2018 12:06:25 +0000 (+0000) Subject: Utterly minimal Makefile. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=a5960b89129d714ef694112bc013011e6e981eab;p=clunk.git Utterly minimal Makefile. Linux puts timer_* in -lrt, so we need to use that. --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7d4839e --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +LDLIBS=-lrt