Removed some debug stuff in the makefile

This commit is contained in:
TheDarkBug 2021-03-05 17:28:14 +01:00
parent f546dfbd91
commit 931ad12ea9

View file

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