2025-11-05 22:19:00 +01:00

3 lines
82 B
Makefile

unity: unity.c unity.h
gcc -c -Wall -o unity.o unity.c
ar rcs libunity.a unity.o