Skip to content
Snippets Groups Projects
Commit c1ecfa30 authored by James R.'s avatar James R.
Browse files

Makefile: 'dep' not 'deps'

parent 1721b5b0
No related branches found
No related tags found
No related merge requests found
......@@ -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))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment