Files
2022-12-30 13:04:31 +08:00

8 lines
78 B
Makefile

_:
@just --list
compile_c:
gcc -c myc.c -o myc.o
ar -r libmyc.a myc.o