Skip to content

Commit 6d10384

Browse files
committed
mxmake update
1 parent 20f1e47 commit 6d10384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ MXMAKE_FOLDER?=.mxmake
191191
# Sentinel files
192192
SENTINEL_FOLDER?=$(MXMAKE_FOLDER)/sentinels
193193
SENTINEL?=$(SENTINEL_FOLDER)/about.txt
194-
$(SENTINEL):
194+
$(SENTINEL): Makefile
195195
@mkdir -p $(SENTINEL_FOLDER)
196196
@echo "Sentinels for the Makefile process." > $(SENTINEL)
197197

0 commit comments

Comments
 (0)