1 2 3 4 5
gstopwatch: gcc gstopwatch.c `pkg-config --cflags --libs gtk+-3.0` -o gstopwatch clean: rm -f gstopwatch