summaryrefslogtreecommitdiffstats
path: root/src/sdl_sound.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl_sound.mk')
-rw-r--r--src/sdl_sound.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl_sound.mk b/src/sdl_sound.mk
index 8c3df16..85d1bf6 100644
--- a/src/sdl_sound.mk
+++ b/src/sdl_sound.mk
@@ -57,7 +57,7 @@ define $(PKG)_BUILD
-W -Wall -Werror -std=c99 -pedantic \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-sdl_sound.exe' \
`'$(TARGET)-pkg-config' SDL_sound --cflags --libs`
-
+
mkdir -p '$(1)/cmake-build-test'
cp '$(2)-CMakeLists.txt' '$(1)/cmake-build-test/CMakeLists.txt'
cp '$(2).c' '$(1)/cmake-build-test/'