X-Git-Url: http://git.tdb.fi/?p=pmount-gui.git;a=blobdiff_plain;f=Makefile;h=1632770d0e08e7a6358236989f962422d6ff1d5c;hp=dd03d7ca5645b205224109a44fa38f57150d92bf;hb=ccbbca646ac2845444b6d9e300e6aec4c13a87cb;hpb=fe4f027a26f5cb1213d21be45da3fc742dff7db5 diff --git a/Makefile b/Makefile index dd03d7c..1632770 100644 --- 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)