@ -1,5 +1,6 @@
CC=clang
CFLAGS=-O3 -fompss-2
DESTDIR?=/usr
BENCHMARKS=\
sched_get \
@ -16,6 +17,10 @@ all: $(BIN)
clean:
rm -f $(BIN)
install: $(BIN)
mkdir -p $(DESTDIR)/bin
cp bench6* $(DESTDIR)/bin
plot: $(BIN) $(DATA) $(PLOT)
bench6.%: src/%.c src/common.c
The note is not visible to the blocked user.