diff options
author | Unia <jthidskes@live.nl> | 2013-03-31 13:53:42 +0200 |
---|---|---|
committer | Unia <jthidskes@live.nl> | 2013-03-31 13:53:42 +0200 |
commit | 2ae3c219a0354f60709380281fcbf80cdb392d7a (patch) | |
tree | d11ce19b44d7f6b98eddf67eb0248491547a64a9 /Makefile | |
parent | e3a97906eae49d4759ab1fe0c5a3a9f0c6628354 (diff) |
initial code cleanup, switch to gtk3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |