fixed relative config path, needs to be run from withen run_physics directory now
[physics.git] / src / Makefile
index c9f8c86..13c255e 100644 (file)
@@ -139,7 +139,7 @@ tar: ../physics.tar.bz2
 
 .PHONY: run
 run: all
-       ${TARGET}
+       cd ..; ./run_physics
 
 .PHONY: gdb
 gdb: all