From f6271e70410bd3363c7dc1a731f403330763c4e8 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 19 Jul 2019 13:59:09 -0400 Subject: mktemp in C --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 419162d..dda3926 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.o hostid +mktemp sync diff --git a/Makefile b/Makefile index 8ab7115..46557c1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .POSIX: -PROGRAMS=hostid sync +PROGRAMS=hostid mktemp sync all: $(PROGRAMS) -- cgit v1.2.1