CFLAGS = -Wall TARGETS = perf_ops perf_destroy perf_event_latency stress_inotify all: $(TARGETS) stress_inotify: LDLIBS=-lpthread test: for x in $(TARGETS); do ./$$x done clean: -rm -f $(TARGETS)