Moved see into utils.

This commit is contained in:
Brad Nelson
2021-02-12 21:16:06 -08:00
parent f5787bcc7c
commit 979e01b917
5 changed files with 32 additions and 31 deletions

View File

@ -106,11 +106,14 @@ clean:
# ---- TESTS ----
tests: unit_tests
tests: unit_tests see_all_test
unit_tests: $(POSIX)/ueforth common/all_tests.fs
$^
see_all_test: $(POSIX)/ueforth
echo "internals see-all bye" | $< >/dev/null
# ---- GENERATED ----
$(GEN):