Just ensure all target exists

This commit is contained in:
Simon J. Gerraty 2023-04-18 20:17:22 -07:00
parent 9eaf82f27c
commit 3743a7be4f

View file

@ -5,9 +5,4 @@
UPDATE_DEPENDFILE= no
.if !target(all)
all:
@echo Done!
.endif