Commit 2650f768 authored by Markus Kauppila's avatar Markus Kauppila

Fixed an error from make target: install

parent 12241856
......@@ -8,8 +8,6 @@ runner_CLAGS = -W -Wall -Wextra -g `sdl-config --cflags` -DSDL_NO_COMPAT
runner_LDFLAGS = `sdl-config --libs`
install: install-tests
;
install-tests:
cp -f tests/.libs/*.dylib tests/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment