--std=c99

This commit is contained in:
Bandie 2018-03-29 05:19:25 +02:00
parent 47039be47b
commit 8edb66089b
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
all:
mkdir -p bin
cc src/notify_touchy.c -o bin/notify_touchy `pkg-config --cflags --libs libnotify`
cc --std=c99 src/notify_touchy.c -o bin/notify_touchy `pkg-config --cflags --libs libnotify`
install:
mkdir -p /usr/local/bin