fix: makefile

This commit is contained in:
The__Flash
2023-04-18 11:19:02 +08:00
parent f035ecd98b
commit b548e39af0

View File

@ -102,7 +102,7 @@ else
@$(missing) flex $< $@
endif
hint_gram.o keywords.o parser.0: hint_gram.hpp kwlist_d.h
hint_gram.o keywords.o parser.o: hint_gram.hpp kwlist_d.h
# gram.cpp, gram.hpp, and scan.inc are in the distribution tarball, so they
# are not cleaned here.