mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
examples/*/Makefile.am : Add CLEANFILES line to remove Windows .exe files.
This commit is contained in:
@@ -28,3 +28,5 @@ example_c_decode_file_LDADD = \
|
|||||||
$(top_builddir)/src/libFLAC/libFLAC.la
|
$(top_builddir)/src/libFLAC/libFLAC.la
|
||||||
|
|
||||||
example_c_decode_file_SOURCES = main.c
|
example_c_decode_file_SOURCES = main.c
|
||||||
|
|
||||||
|
CLEANFILES = example_c_decode_file.exe
|
||||||
|
|||||||
@@ -30,3 +30,5 @@ example_c_encode_file_LDADD = \
|
|||||||
-lm
|
-lm
|
||||||
|
|
||||||
example_c_encode_file_SOURCES = main.c
|
example_c_encode_file_SOURCES = main.c
|
||||||
|
|
||||||
|
CLEANFILES = example_c_encode_file.exe
|
||||||
|
|||||||
@@ -31,3 +31,5 @@ example_cpp_decode_file_LDADD = \
|
|||||||
-lm
|
-lm
|
||||||
|
|
||||||
example_cpp_decode_file_SOURCES = main.cpp
|
example_cpp_decode_file_SOURCES = main.cpp
|
||||||
|
|
||||||
|
CLEANFILES = example_cpp_decode_file.exe
|
||||||
|
|||||||
@@ -31,3 +31,5 @@ example_cpp_encode_file_LDADD = \
|
|||||||
-lm
|
-lm
|
||||||
|
|
||||||
example_cpp_encode_file_SOURCES = main.cpp
|
example_cpp_encode_file_SOURCES = main.cpp
|
||||||
|
|
||||||
|
CLEANFILES = example_cpp_encode_file.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user