Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make profiling #387

Merged
merged 13 commits into from
Oct 17, 2023
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ endif
TARGET := aws
include $(PWD)/src/toolchain/Makefile

mkc := $(shell mkdir -p $(CACHE_DIR))
rmp := $(shell rm $(CACHE_DIR)/profile.txt||:)
lrvick marked this conversation as resolved.
Show resolved Hide resolved
.PHONY: FORCE
FORCE:
% : FORCE
@echo "$(shell date --rfc-3339=ns) $@" >> $(CACHE_DIR)/profile.txt

KEYS := \
449E6BFA40E1119328688F981929C2481BEAC51B \
6B61ECD76088748C70590D55E90A401336C8AAA9 \
Expand Down