mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Renamed sol.scratch.cpp to tests.cpp
This commit is contained in:
parent
5e8379558f
commit
ffb32f45ad
|
@ -18,10 +18,10 @@ rule link
|
|||
command = $cxx $in -o $out $linkflags
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user