aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: dfd15a8a4f0161203e3984a3cf3074fff0f73663 (plain)
1
2
3
4
5
gstopwatch:
	gcc gstopwatch.c `pkg-config --cflags --libs gtk+-3.0` -o gstopwatch

clean:
	rm -f gstopwatch