diff options
author | Oskar <[email protected]> | 2024-03-21 11:55:43 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2024-03-21 11:55:43 +0100 |
commit | 713f7440b97c70357bb507458305cb05e312f1f6 (patch) | |
tree | 8c5c03423a9162604233ad22a89741fff862ce7c /INSTALL | |
parent | f39f7fec07bdbe40eb1e97533d981cf67710a423 (diff) |
added i_validation.c and i_validation.h to make the code a bit easier and readable. Its my preparation for when i start dividing the validation functions in to smaller pieces
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -To compile this program just type 'make release' or 'make'. +To compile this program just type 'make release' or 'make' And then to install it you will have to 'make install' as root. |