1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-17 01:30:26 +03:00

missed a dep in Makefile

This commit is contained in:
Fabian 2021-03-26 09:08:43 +01:00 committed by Joel Martin
parent 444dd6e37d
commit ba05d6c69c

View File

@ -5,7 +5,7 @@ all: $(STEP_BINS)
step0_repl: step0_repl.mlb step0_repl.sml main.sml
mlton -output $@ $<
step1_read_print: step1_read_print.mlb step1_read_print.sml reader.sml printer.sml types.sml util.sml
step1_read_print: step1_read_print.mlb step1_read_print.sml reader.sml printer.sml types.sml util.sml main.sml
mlton -output $@ $<
clean: