Skip to content

Instantly share code, notes, and snippets.

@innyso
Last active May 9, 2020 12:01
Show Gist options
  • Save innyso/ab28084db72c26d1e319 to your computer and use it in GitHub Desktop.
Save innyso/ab28084db72c26d1e319 to your computer and use it in GitHub Desktop.
#makefile #arithmetic #syntax

Arithmetic in Makfile

RESULT := $(shell echo 60*60*24*3 | bc)

result:
  @echo $(RESULT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment