Little fix for previous commit
This commit is contained in:
parent
b86783c774
commit
c0eb27037c
2 changed files with 7 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
NAME = uwufetch
|
||||
FILES = uwufetch.c
|
||||
CFLAGS = -O3
|
||||
CFLAGS_DEBUG = -Wall -Wextra -g -thread
|
||||
CFLAGS_DEBUG = -Wall -Wextra -g -pthread
|
||||
ifeq ($(shell uname), Linux)
|
||||
PREFIX = /usr/bin
|
||||
LIBDIR = /usr/lib
|
||||
|
|
@ -16,8 +16,8 @@ CC = cc
|
|||
MAN_COMPILER = pandoc
|
||||
|
||||
ifeq ($(shell uname), FreeBSD)
|
||||
CFLAGS += -D__FREEBSD__
|
||||
CFLAGS_DEBUG += -D__FREEBSD__
|
||||
CFLAGS += -D__FREEBSD__
|
||||
CFLAGS_DEBUG += -D__FREEBSD__
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue