2025-10-13 15:07:53 +02: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