Remove artifacts from SCL Makefile.

This commit is contained in:
2025-12-05 22:30:26 -05:00
parent ffe092e1e1
commit 26b2dc88db

View File

@@ -28,6 +28,6 @@ clean:
# Get LOC.
lines:
@ wc -l $(SRC_FILES) $(INC_FILES) $(GRAM_SRC)
@ wc -l $(SRC_FILES) $(INC_FILES)
.PHONY: all clean test nocolor release run lines