aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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