Skip to content

Commit

Permalink
issue #5: use -std=c99.
Browse files Browse the repository at this point in the history
  • Loading branch information
magicnat committed Dec 19, 2018
1 parent 82b9450 commit d1f1d16
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,4 +1,4 @@
CFLAGS=-O3 -Wall
CFLAGS=-std=c99 -O3 -Wall
OBJS=eoip.o sock.o tap.o eoip-proto.o

eoip: $(OBJS)
Expand Down

0 comments on commit d1f1d16

Please sign in to comment.