misc changes
All checks were successful
build_test / build (push) Successful in 3m2s

This commit is contained in:
PoliEcho 2025-04-14 09:33:16 +02:00
parent 5f748cb4d8
commit e0f2912993
3 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Compiler and flags
CPPC = g++
CPPC_FLAGS = -std=c++23 -s -O3 -Wall -Wextra -Wno-write-strings
DEBUG_FLAGS = -ggdb -std=c++23 -Wall -Wextra -Wno-write-strings
CPPC_FLAGS = -std=c++23 -s -O3 -Wall -Wextra -Wno-write-strings -lncurses
DEBUG_FLAGS = -ggdb -std=c++23 -Wall -Wextra -Wno-write-strings -lncurses
SRC_PATH := src

7
src/const.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef NAME
#define NAME "ParaDocs"
#define VERSION "0.0.1"
#endif

View File

@ -1,11 +1,9 @@
#include "color.h"
#include "const.h"
#include <cstdlib>
#include <iostream>
#include <unistd.h>
#define NAME "ParaDocs"
#define VERSION "0.0.1"
void PrintHelp() {
std::cout << RED R"( ____ ____
/\ _`\ /\ _`\