From 2ae3c219a0354f60709380281fcbf80cdb392d7a Mon Sep 17 00:00:00 2001 From: Unia Date: Sun, 31 Mar 2013 13:53:42 +0200 Subject: initial code cleanup, switch to gtk3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d5c8c54..dfd15a8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ gstopwatch: - gcc gstopwatch.c `pkg-config --cflags --libs gtk+-2.0` -o gstopwatch + gcc gstopwatch.c `pkg-config --cflags --libs gtk+-3.0` -o gstopwatch clean: - rm -vf gstopwatch + rm -f gstopwatch -- cgit v1.2.3