mirror of
https://github.com/cnlohr/lolra.git
synced 2026-06-17 00:09:31 +00:00
Working with phasor re-rotation
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
all : test floattest
|
||||
all : test floattest phasor_rotation_test
|
||||
|
||||
phasor_rotation_testt : phasor_rotation_test.c
|
||||
gcc -o $@ $^ -lm -g
|
||||
|
||||
phasor_rotation_test : phasor_rotation_testt
|
||||
./phasor_rotation_testt
|
||||
|
||||
floattest : floattestt
|
||||
./floattestt
|
||||
|
||||
Reference in New Issue
Block a user