X-Git-Url: http://git.tdb.fi/?p=pmount-gui.git;a=blobdiff_plain;f=Makefile;h=46143131d830182bc478ae0bc15ccf6b3dcb9272;hp=1632770d0e08e7a6358236989f962422d6ff1d5c;hb=HEAD;hpb=a82201f388e8d4b4b5b10b9547c3ee3a4e488586 diff --git a/Makefile b/Makefile index 1632770..4614313 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ pmount-gui: main.c - $(CC) -Wall -Wextra -std=c90 -pedantic -o $@ $^ $(shell pkg-config --cflags --libs gtk+-2.0) + $(CC) -Wall -Wextra -std=c90 -pedantic -Wno-variadic-macros -ggdb -o $@ $^ $(shell pkg-config --cflags --libs gtk+-2.0)