Skip to content

Commit 0e9c838

Browse files
committed
Remove explicit dependence on data/mpd.db, allowing copy-paste for the database.
1 parent b685bc7 commit 0e9c838

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
@@ -31,5 +31,5 @@ EXPERIMENT_OUTPUTS = $(addprefix ${WORKDIR}/,${EXPERIMENT_SETUPS:src/trecs/exper
3131

3232
experiments : ${EXPERIMENT_OUTPUTS}
3333

34-
${EXPERIMENT_OUTPUTS} : ${WORKDIR}/% : src/trecs/experiments/%.py data/mpd.db
34+
${EXPERIMENT_OUTPUTS} : ${WORKDIR}/% : src/trecs/experiments/%.py
3535
MPD=${MPD_PATH} python -m trecs.scripts.train $@ $<

0 commit comments

Comments
 (0)