Renamed sol.scratch.cpp to tests.cpp

This commit is contained in:
Rapptz 2013-12-12 05:40:05 -05:00
parent 5e8379558f
commit ffb32f45ad
2 changed files with 3 additions and 3 deletions

View File

@ -18,10 +18,10 @@ rule link
command = $cxx $in -o $out $linkflags command = $cxx $in -o $out $linkflags
description = Creating $out description = Creating $out
build $objdir/sol.scratch.o: compile sol.scratch.cpp build $objdir/tests.o: compile tests.cpp
build $builddir/sol.scratch: link $objdir/sol.scratch.o build $builddir/tests: link $objdir/tests.o
build install: phony $builddir/sol.scratch build install: phony $builddir/tests
default install default install