Skip to content

Commit

Permalink
update all
Browse files Browse the repository at this point in the history
  • Loading branch information
gioretikto committed May 11, 2020
1 parent 0d05fff commit 1e61797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -std=c99 -W -Wextra -Werror -Wall -pedantic `pkg-config --cflags gtk+-3.0` -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wconversion
SYSTEM = uname -s
SYSTEM = `uname -s`

ifeq ($(SYSTEM), SunOS)
CFLAGS+= -D__EXTENSIONS__
Expand Down

0 comments on commit 1e61797

Please sign in to comment.