Blame | Last modification | View Log | RSS feed
PRG=filefind SRC=$(PRG).rs $(PRG): rustc $(SRC) clean: rm -f $(PRG)
PRG=filefind
SRC=$(PRG).rs
$(PRG):
rustc $(SRC)
clean:
rm -f $(PRG)