Skip to content

Commit

Permalink
Add makefile rule for rust files
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Martinsson committed Mar 16, 2016
1 parent 7b34a96 commit ed3164a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ CFLAGS=-std=c99 -Wpedantic
%: %.d
ldc2 -release $@

%: %.rs
rustc $<

all: stderr stdout bigger graph i numnorm numsum randarg unixtime bsonobjectiddate

0 comments on commit ed3164a

Please sign in to comment.