mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-24 23:40:39 +01:00
Moved 01h(name) to standart and removed 02h(useless)
This commit is contained in:
4
Makefile
4
Makefile
@@ -2,8 +2,8 @@ CXX=gcc
|
||||
|
||||
CXXFLAGS=-g
|
||||
|
||||
SOURCE=main.c 01h.c 02h.c extended.c cpuid.c udev.c printer.c
|
||||
HEADERS=01h.c 02h.h extended.h cpuid.h udev.h printer.h ascii.h
|
||||
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
|
||||
|
||||
OUTPUT=cpufetch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user