Created
September 15, 2014 14:08
-
-
Save mgadzhi/3a195e1f59315bf268a7 to your computer and use it in GitHub Desktop.
Produce range of floats in makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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