From 30e6b4765a310a1589cb56683dcbb4a0e8caee28 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Thu, 5 Nov 2020 20:55:02 -0500 Subject: Small scripting cleanups - Add a unified runner script for DIS - Remove explicit case study termination script (do `kill ${cat pids.txt}` instead) - Auto-create bin directories for TACLe - Add the python cache directory to the gitignore - Tweak input path representation in benchmark name files --- baseline/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'baseline/Makefile') diff --git a/baseline/Makefile b/baseline/Makefile index a929bc6..dad45a0 100644 --- a/baseline/Makefile +++ b/baseline/Makefile @@ -3,6 +3,7 @@ CC ?= gcc override CFLAGS = -pthread -O2 -I.. LDFLAGS = -lrt COMMON = ../extra.h +$(shell mkdir -p bin) # Handle cases where we're also profiling with the MMDC on the i.MX6Q ifneq ($(shell grep "define MMDC 1" ../extra.h),) -- cgit v1.2.2