Get longs working, add a second 10-digit printout that can print up to 12!
[stack_machine.git] / Makefile
1 div: div.c
2         gcc -o $@ $^
3
4 cordic: cordic.c
5         gcc -o $@ $^