aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUnia <jthidskes@live.nl>2013-03-31 13:53:42 +0200
committerUnia <jthidskes@live.nl>2013-03-31 13:53:42 +0200
commit2ae3c219a0354f60709380281fcbf80cdb392d7a (patch)
treed11ce19b44d7f6b98eddf67eb0248491547a64a9 /Makefile
parente3a97906eae49d4759ab1fe0c5a3a9f0c6628354 (diff)
initial code cleanup, switch to gtk3
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