Removed some debug stuff in the makefile
This commit is contained in:
parent
f546dfbd91
commit
931ad12ea9
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue