Skip to content

Commit

Permalink
Fixes makefile dependencies after removing apptainer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirker committed Dec 12, 2024
1 parent 45ed57e commit b08c0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ $(BUILDDIR):
$(LOGDIR):
mkdir $(LOGDIR)

$(BUILDDIR)/%.sif : defs/%.def $(BUILDDIR) $(LOGDIR) apptainer
$(BUILDDIR)/%.sif : defs/%.def $(BUILDDIR) $(LOGDIR)
$(APPTAINER) build --force $@ $< 2>&1 | tee $(addprefix $(LOGDIR)/,$(notdir $@)).`date +\%Y%m%d`.log
.PHONY: all

0 comments on commit b08c0d7

Please sign in to comment.