grsh/Makefile

6 lines
76 B
Makefile
Raw Normal View History

PREFIX ?= ~/.local/bin/grutils
file_list != find . -name '*.rs'
all:
rust