Skip to content

Instantly share code, notes, and snippets.

@mgadzhi
Created September 15, 2014 14:08
Show Gist options
  • Save mgadzhi/3a195e1f59315bf268a7 to your computer and use it in GitHub Desktop.
Save mgadzhi/3a195e1f59315bf268a7 to your computer and use it in GitHub Desktop.
Produce range of floats in makefile
GROUPS := $(shell for i in `echo {0..95..5}`; do echo $$i | awk '{print $$i/100}'; done)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment