Skip to content

Instantly share code, notes, and snippets.

@kmsheng
Created August 15, 2018 07:07
Show Gist options
  • Save kmsheng/9d25ec45fb386b1fcd34ef6b4b5d41d2 to your computer and use it in GitHub Desktop.
Save kmsheng/9d25ec45fb386b1fcd34ef6b4b5d41d2 to your computer and use it in GitHub Desktop.
Makefile function shell
TIMESTAMP := $(shell date +%s)
all:;@echo $(TIMESTAMP);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment