Skip to content

Commit

Permalink
Change file extension to .strm in light of decision in issue #24.
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Dec 17, 2014
1 parent 57faf50 commit d79ad9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all : $(TARGET)
.PHONY : all

test : all
$(TARGET) < example.streem
$(TARGET) < example.strm
.PHONY : test

y.tab.c : parse.y
Expand Down
File renamed without changes.

0 comments on commit d79ad9f

Please sign in to comment.