Merge branch 'master' into fsharp
[jackhill/mal.git] / forth / Makefile
CommitLineData
bf8237d5 1SOURCES_BASE = types.fs str.fs reader.fs printer.fs
90f618cb 2SOURCES_LISP = env.fs core.fs stepA_mal.fs
bf8237d5
JM
3SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
4
5.PHONY: stats tests $(TESTS)
6
7stats: $(SOURCES)
8 @wc $^
9stats-lisp: $(SOURCES_LISP)
10 @wc $^