Makefile: 'dep' not 'deps'

This commit is contained in:
James R 2021-06-29 13:58:38 -07:00
parent 1721b5b060
commit c1ecfa306f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#
_old:=$(wildcard $(addprefix ../bin/,FreeBSD Linux \
Linux64 Mingw Mingw64 SDL dummy) ../objs ../deps)
Linux64 Mingw Mingw64 SDL dummy) ../objs ../dep)
ifdef _old
$(foreach v,$(_old),$(info $(abspath $(v))))