X-Git-Url: http://git.tdb.fi/?p=pmount-gui.git;a=blobdiff_plain;f=Makefile;h=1632770d0e08e7a6358236989f962422d6ff1d5c;hp=dd03d7ca5645b205224109a44fa38f57150d92bf;hb=a82201f388e8d4b4b5b10b9547c3ee3a4e488586;hpb=0bf882489848c7f19eb602e286d760c709685251 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)