Moved all info and config flags for better readability and optimization
This commit is contained in:
parent
e52a115e99
commit
445e8e260e
2 changed files with 392 additions and 350 deletions
2
Makefile
2
Makefile
|
@ -20,8 +20,6 @@ else ifeq ($(shell uname), FreeBSD)
|
||||||
MANDIR = /usr/share/man/man1
|
MANDIR = /usr/share/man/man1
|
||||||
else ifeq ($(shell uname), windows32)
|
else ifeq ($(shell uname), windows32)
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS += -D__WINDOWS__
|
|
||||||
CFLAGS_DEBUG += -D__WINDOWS__
|
|
||||||
PREFIX = "C:\Program Files"
|
PREFIX = "C:\Program Files"
|
||||||
LIBDIR =
|
LIBDIR =
|
||||||
MANDIR =
|
MANDIR =
|
||||||
|
|
662
uwufetch.c
662
uwufetch.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue