diff options
author | Oskar <[email protected]> | 2024-04-14 13:12:36 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-14 13:12:36 +0200 |
commit | 5adffffc05eef954a606e28e8f769ce0a31c83c7 (patch) | |
tree | cd8a689b5fd57fde206f2e98e0dbfda3f83742f1 /7ed.c | |
parent | 94cca5bee677e31a084101f1afc506c0a0b9c65e (diff) |
Makefile changes, added gnu11 std and added -Wpedantic for better
warnings
Diffstat (limited to '7ed.c')
-rw-r--r-- | 7ed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ #include "input.h" #include <stdint.h> -#define VERSION 1 +#define VERSION 2 #define USAGE "7ed [OPTION] [FILENAME]\n" \ "\nVALID COMMAND-LINE OPTIONS:\n\n"\ " -v Prints out the version number\n"\ |