mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-24 23:40:39 +01:00
Support for simple args options(currently, help and style). New feature to switch colors of logo, to improve visibility in bright terminals
This commit is contained in:
4
Makefile
4
Makefile
@@ -2,8 +2,8 @@ CXX=gcc
|
||||
|
||||
CXXFLAGS=-g -Wall -Werror -fstack-protector-all -pedantic -Wno-unused
|
||||
|
||||
SOURCE=main.c standart.c extended.c cpuid.c udev.c printer.c
|
||||
HEADERS=standart.h extended.h cpuid.h udev.h printer.h ascii.h
|
||||
SOURCE=main.c standart.c extended.c cpuid.c udev.c printer.c args.c
|
||||
HEADERS=standart.h extended.h cpuid.h udev.h printer.h ascii.h args.h
|
||||
|
||||
OUTPUT=cpufetch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user