Now you can uwu on Myanjaro, fixed wrong ram usage and changed version_name

This commit is contained in:
TheDarkBug 2021-03-05 17:22:48 +01:00
parent 688c654b2d
commit f546dfbd91
4 changed files with 117 additions and 113 deletions

View file

@ -1,10 +1,12 @@
NAME = uwufetch
FILES = main.c
FILES = uwufetch.c
FLAGS = -O3 -Wall -Wextra
INSTALL_DIR = /usr/bin/
all: build install
clear
uwufetch
build: main.c
build: uwufetch.c
gcc $(FLAGS) -o $(NAME) $(FILES)
install: