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