1
0
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:
Pino Toscano 2023-08-13 20:01:56 +02:00
parent 5761f94303
commit 488b15a11d

View File

@ -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