Merge: Nitsmell : Adding new code smells and print console updated
[nit.git] / contrib / refund / Makefile
index def014e..6cbe02f 100644 (file)
@@ -18,7 +18,7 @@ all: refund
 
 refund:
        mkdir -p bin
-       ../../bin/nitc src/refund.nit -o bin/refund
+       nitc src/refund.nit -o bin/refund
 
 check: refund
        cd tests; make