diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-10-29 10:09:07 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-10-29 10:09:07 (GMT) |
commit | e72ab4a6598c37d29aed08a2f09c8fd58138c743 (patch) | |
tree | c3c26c9565810f396338d514bcbcbe646d533f6b /src/sdl_sound.mk | |
parent | a063f823e8618c2fc7f44829aed5f6e119a88a88 (diff) | |
download | mxe-e72ab4a6598c37d29aed08a2f09c8fd58138c743.zip mxe-e72ab4a6598c37d29aed08a2f09c8fd58138c743.tar.gz mxe-e72ab4a6598c37d29aed08a2f09c8fd58138c743.tar.bz2 |
various packages: run `make cleanup-style`
Diffstat (limited to 'src/sdl_sound.mk')
-rw-r--r-- | src/sdl_sound.mk | 2 |
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/' |