From ae3294a25869f89fcf4ff7a45645fdf47e380d24 Mon Sep 17 00:00:00 2001 From: Oskar <> Date: Mon, 4 Mar 2024 22:34:15 +0100 Subject: Started working on validate_N(), its very similar to validate_L() so its mostly copy pasting with some logic changes. Mostly just moving stuff around to fit the requirements for N --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 8e54d69..b621d36 100644 --- a/INSTALL +++ b/INSTALL @@ -11,4 +11,4 @@ just change the CFLAGS variable. If you encounter problems compiling you may have to do changes in the source code. I encountered some problems compiling on MacOS so i had to modify alot of format specifiers. I have not been able to compile with clang because the errors that i get are not very clear to me. -gcc should work fine though. +GCC should work fine though. -- cgit v1.2.3