mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-09-28 19:05:49 +08:00
Add $(BUILT_SOURCES) to $(CLEANFILES)
This way, all the generated files (e.g. the *_fsm.h ones) are clean automatically.
This commit is contained in:
parent
5761f94303
commit
488b15a11d
|
@ -408,7 +408,7 @@ statemachine.c: $(top_srcdir)/src/htmlparser/statemachine.cc
|
|||
cp $< $@
|
||||
|
||||
BUILT_SOURCES += statemachine.c
|
||||
CLEANFILES = statemachine.c
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
TESTS += statemachine_test
|
||||
WINDOWS_PROJECTS += vsprojects/statemachine_test/statemachine_test.vcxproj
|
||||
|
|
Loading…
Reference in New Issue
Block a user