From ab4038d55568ab273dcb89f35c2a71f6491e51cf Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Thu, 17 Nov 2011 17:28:04 -0500 Subject: Makefile reflects file renamed --- faraday_and_psr/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'faraday_and_psr/Makefile') diff --git a/faraday_and_psr/Makefile b/faraday_and_psr/Makefile index 39f5e1e..1121c70 100644 --- a/faraday_and_psr/Makefile +++ b/faraday_and_psr/Makefile @@ -17,14 +17,14 @@ problems: tasks problems_prepared.stamp tasks: @mkdir tasks -problems_prepared.stamp: tasks_builder.m +problems_prepared.stamp: builder_tasks.m @rm -f tasks/* - @./tasks_builder.m + @./builder_tasks.m @touch $@ @echo "Please run again: make calculate" $(RESULTS): results/% : tasks/% - ./task_solver.m $< $@ + ./solver_task.m $< $@ tasks_clean: rm -rf tasks/* @@ -39,4 +39,4 @@ clean: tasks_clean results_clean real_clean: clean rm -rf tasks rm -rf results - rm -rf L0m.cache + -- cgit v1.2.3