Skip to content

Commit

Permalink
Renamed program from bin2c to bin2cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
umar456 committed Jul 2, 2014
1 parent 3a299b1 commit 262cfee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


all: bin2c.cpp
clang++ -std=c++11 bin2c.cpp -o bin2c
all: bin2cpp.cpp
clang++ -std=c++11 bin2cpp.cpp -o bin2cpp

File renamed without changes.

0 comments on commit 262cfee

Please sign in to comment.