Instantly share code, notes, and snippets.
Arithmetic in Makfile
RESULT := $(shell echo 60*60*24*3 | bc) result: @echo $(RESULT)