examples/*/Makefile.am : Add CLEANFILES line to remove Windows .exe files.
This commit is contained in:
parent
1a7c3fa488
commit
71b5c02870
@ -28,3 +28,5 @@ example_c_decode_file_LDADD = \
|
||||
$(top_builddir)/src/libFLAC/libFLAC.la
|
||||
|
||||
example_c_decode_file_SOURCES = main.c
|
||||
|
||||
CLEANFILES = example_c_decode_file.exe
|
||||
|
@ -30,3 +30,5 @@ example_c_encode_file_LDADD = \
|
||||
-lm
|
||||
|
||||
example_c_encode_file_SOURCES = main.c
|
||||
|
||||
CLEANFILES = example_c_encode_file.exe
|
||||
|
@ -31,3 +31,5 @@ example_cpp_decode_file_LDADD = \
|
||||
-lm
|
||||
|
||||
example_cpp_decode_file_SOURCES = main.cpp
|
||||
|
||||
CLEANFILES = example_cpp_decode_file.exe
|
||||
|
@ -31,3 +31,5 @@ example_cpp_encode_file_LDADD = \
|
||||
-lm
|
||||
|
||||
example_cpp_encode_file_SOURCES = main.cpp
|
||||
|
||||
CLEANFILES = example_cpp_encode_file.exe
|
||||
|
Loading…
Reference in New Issue
Block a user