cleaned make file, removed allegro stuff, fixed entity name space issues
[physics.git] / src / Makefile
index d830a80..7ef5006 100644 (file)
@@ -63,7 +63,7 @@ tar: clean
 
 .PHONY: run
 run: all
-       ../${TARGET}
+       ${TARGET}
 
 include ${DEPEND}