]> git.tdb.fi Git - pmount-gui.git/blobdiff - Makefile
Minor refactoring
[pmount-gui.git] / Makefile
index dd03d7ca5645b205224109a44fa38f57150d92bf..1632770d0e08e7a6358236989f962422d6ff1d5c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
 pmount-gui: main.c
-       $(CC) -Wall -Wextra -o $@ $^ $(shell pkg-config --cflags --libs gtk+-2.0)
+       $(CC) -Wall -Wextra -std=c90 -pedantic -o $@ $^ $(shell pkg-config --cflags --libs gtk+-2.0)