iso
3/24/2016 - 3:59 AM

Arithmetic in Makfile

Arithmetic in Makfile

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

result:
  @echo $(RESULT)