Skip to content

Commit

Permalink
Fix Pharo makefile after the rename of "MachineArithmetic" to "Z3"
Browse files Browse the repository at this point in the history
  • Loading branch information
janvrany committed Nov 13, 2023
1 parent 5accc57 commit cad8171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pharo/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ all: GNUmakefile.local $(PROJECT).image check
include ../pharo.gmk


$(PROJECT).image: $(PHARO_VM) $(PHARO_IMAGE) ../MachineArithmetic*/*.st
$(PROJECT).image: $(PHARO_VM) $(PHARO_IMAGE) ../*/*.st
$(PHARO_VM_HEADLESS) $(PHARO_IMAGE) save $(dir $(abspath $(firstword $(MAKEFILE_LIST))))/$(PROJECT)
$(PHARO_VM_HEADLESS) $@ eval --save "(IceRepositoryCreator new location: '..' asFileReference; createRepository) register" || rm $@
$(PHARO_VM_HEADLESS) $@ metacello install tonel://.. BaselineOf$(PROJECT) --groups=$(GROUP) || rm $@
Expand Down

0 comments on commit cad8171

Please sign in to comment.