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/bc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bc.c') diff --git a/src/bc.c b/src/bc.c index 1c975a9..61afec7 100644 --- a/src/bc.c +++ b/src/bc.c @@ -1,2 +1,2 @@ #define main bc_main -#include "../bc/bc.c" +#include "bc/bc.c" -- cgit v1.2.1