diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-27 18:20:51 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-27 18:20:51 -0400 |
commit | c21581647b604756caa4727b839ac6a77bbfc9bd (patch) | |
tree | 4072c5f4abef1e5a56034837d17b5d6945709d72 /tools/pmov.c | |
parent | ff79d2abaea61aa1ba3bca2762a11818c8658201 (diff) | |
download | roux-c21581647b604756caa4727b839ac6a77bbfc9bd.tar.gz |
compile pmov to cwd
Diffstat (limited to 'tools/pmov.c')
-rw-r--r-- | tools/pmov.c | 2 |
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 |