diff options
Diffstat (limited to 'src/sdl.mk')
-rw-r--r-- | src/sdl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ define $(PKG)_BUILD '$(TARGET)-gcc' \ -W -Wall -Werror -ansi -pedantic \ - '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-sdl.exe' \ + '$(PWD)/src/$(PKG)-test.c' -o '$(PREFIX)/$(TARGET)/bin/test-sdl.exe' \ `'$(TARGET)-pkg-config' sdl --cflags --libs` # test cmake |