Anja Freudenreich d0f2ee5760 adding content
2025-09-25 11:14:42 +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