Skip to content

Commit

Permalink
typo in compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcepas committed Jan 16, 2016
1 parent e2fc97e commit e6deed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def compile_prank():
rm -rf %(BINDIR)s/prank;
cd %(SRCDIR)s/prank-100802/;
make clean;
rm prank
rm prank;
make -j %(CORES)s;
cp prank %(BINDIR)s/;
ls %(BINDIR)s/prank;
Expand Down

0 comments on commit e6deed8

Please sign in to comment.