Skip to content

Commit

Permalink
Merge pull request DediProgSW#10 from AndreyShamis/Makefile
Browse files Browse the repository at this point in the history
Fix compilation c99 issue
  • Loading branch information
Benwang217 authored Oct 20, 2020
2 parents 2aabc94 + 049f0ed commit 9d952c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile → Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

PROGRAM = dpcmd
CC = gcc
CFLAGS = -Os -Wall -lpthread
CFLAGS = -Os -Wall -lpthread -std=gnu99

UNAME_OS := $(shell lsb_release -si)

Expand Down

0 comments on commit 9d952c7

Please sign in to comment.