summaryrefslogtreecommitdiffstats
path: root/src/sdl_rwhttp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl_rwhttp.mk')
-rw-r--r--src/sdl_rwhttp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl_rwhttp.mk b/src/sdl_rwhttp.mk
index 1b34294..563f186 100644
--- a/src/sdl_rwhttp.mk
+++ b/src/sdl_rwhttp.mk
@@ -27,7 +27,7 @@ define $(PKG)_BUILD
# '$(TARGET)-gcc' \
# -W -Wall -Werror -ansi -pedantic \
-# '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-sdl_rwhttp.exe' \
+# '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-sdl_rwhttp.exe' \
# `'$(TARGET)-pkg-config' SDL_rwhttp --cflags --libs`
endef