1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-09-28 19:05:49 +08:00

Merge pull request #156 from pinotree/clean-fsm

Add $(BUILT_SOURCES) to $(CLEANFILES)
This commit is contained in:
Olaf van der Spek 2023-09-02 17:33:05 +02:00 committed by GitHub
commit 20474e9c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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