From 40d9969c9bae194154fae38ede4f3b1e614d0570 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 1 Oct 2019 21:43:36 -0400 Subject: move all sources under src/ --- src/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tail.c') diff --git a/src/tail.c b/src/tail.c index 8386925..a53aca7 100644 --- a/src/tail.c +++ b/src/tail.c @@ -1,2 +1,2 @@ #define main tail_main -#include "../tail/tail.c" +#include "tail/tail.c" -- cgit v1.2.1