jonny_ji7 a0032ea07f Add C-project for simulating axis in commandline
before adding the travelMm function the algorithm for moving the
axis between left and right was designed and evaluated via commandline
first.

-> Add this test-code in this commit
2023-03-02 23:35:24 +01:00

8 lines
74 B
Makefile

default: program
program:
gcc main.c -o a.out -lm
clean:
-rm -f a.out