Subversion Repositories svn.Prod repos

Rev

Blame | Last modification | View Log | RSS feed

PRG=filefind
SRC=$(PRG).rs

$(PRG):
        rustc $(SRC)

clean:
        rm -f $(PRG)