diff options
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 |