aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: a2bf45c391aaf4faa6e31d6c1ee442196c0e0461 (plain)
1
2
demo: demomonitor.c Graph.c GraphDisplay.c BarDisplay.c
	$(CC) -o $@ `pkg-config --cflags --libs xt` $^