Skip to content

Commit

Permalink
Fix 2 Makefiles that didn't update
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Sep 16, 2024
1 parent e0d41ab commit 9be4ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercises/practice/armstrong-numbers/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := bash

BASE := $(shell pwd)

include .yamlscript/exercise.mk
export YS_VERSION := 0.1.76

YS_LOCAL_PREFIX := ../../../.local/v$(YS_VERSION)
ifeq (,$(shell [[ -d "$(YS_LOCAL_PREFIX)" ]] && echo ok))
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/diamond/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := bash

BASE := $(shell pwd)

include .yamlscript/exercise.mk
export YS_VERSION := 0.1.76

YS_LOCAL_PREFIX := ../../../.local/v$(YS_VERSION)
ifeq (,$(shell [[ -d "$(YS_LOCAL_PREFIX)" ]] && echo ok))
Expand Down

0 comments on commit 9be4ff9

Please sign in to comment.