Skip to content

Commit 7ed1ed3

Browse files
committed
try to fix comp [build_me]
1 parent 75a8dd2 commit 7ed1ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

1717
CC ?=cc
18-
CFLAGS +=-std=c99
18+
CFLAGS +=-gnu=c99
1919
LDLIBS +=-lm
2020
PREFIX ?=/usr/local
2121
BINDIR ?=bin

0 commit comments

Comments
 (0)