summary refs log tree commit diff
path: root/tools/pmov.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-27 18:20:51 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-27 18:20:51 -0400
commitc21581647b604756caa4727b839ac6a77bbfc9bd (patch)
tree4072c5f4abef1e5a56034837d17b5d6945709d72 /tools/pmov.c
parentff79d2abaea61aa1ba3bca2762a11818c8658201 (diff)
downloadroux-c21581647b604756caa4727b839ac6a77bbfc9bd.tar.gz
compile pmov to cwd
Diffstat (limited to 'tools/pmov.c')
-rw-r--r--tools/pmov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pmov.c b/tools/pmov.c
index efbecd7..f5c70a4 100644
--- a/tools/pmov.c
+++ b/tools/pmov.c
@@ -1,4 +1,4 @@
-/*% rm -f rega.o main.o && cc -g -std=c99 -Wall -DTEST_PMOV -o # % *.o
+/*% rm -f rega.o main.o && cc -g -std=c99 -Wall -DTEST_PMOV -o pmov % *.o
  *
  * This is a test framwork for the dopm() function
  * in rega.c, use it when you want to modify it or