diff options
author | Rory Bradford <roryrjb@gmail.com> | 2022-11-13 11:36:44 +0000 |
---|---|---|
committer | Rory Bradford <roryrjb@gmail.com> | 2022-11-13 11:37:28 +0000 |
commit | aeb50f93f082a8a41672286c2c2c69008c068610 (patch) | |
tree | ded5d6529013c0118dc3730e02c5a9f6b5f28ce6 /Makefile | |
parent | 9265cd4f1b9042e0fb1d5293f4cbe5c25e81f7e5 (diff) | |
download | rf-aeb50f93f082a8a41672286c2c2c69008c068610.tar.gz |
Inline VERSION
This just helps to avoids some errors in editors. Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 21fe5e7..8386fe0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ .POSIX: BIN = rf -VERSION = 0.0.5 OBJS = rf.o ignore.o include/common/strl.o PREFIX = /usr/local INCLUDE += -Iinclude/common |