Skip to content

Commit

Permalink
Compile to C99 instead of GNU11
Browse files Browse the repository at this point in the history
Simpler, now that we don't need the time structs anymore.
  • Loading branch information
anko committed Apr 22, 2016
1 parent 5b7fd97 commit 7d78738
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,5 +1,5 @@
xkbcat: xkbcat.c
clang -O3 --std=gnu11 -pedantic -Wall -lX11 -lXi -o xkbcat xkbcat.c
clang -O3 --std=c99 -pedantic -Wall -lX11 -lXi -o xkbcat xkbcat.c
clean:
rm xkbcat
.PHONY: xkbcat
Expand Down

0 comments on commit 7d78738

Please sign in to comment.