_:
  @just --list

compile_c:
  gcc -c myc.c -o myc.o
  ar -r libmyc.a myc.o

