3 lines
82 B
Makefile
3 lines
82 B
Makefile
unity: unity.c unity.h
|
|
gcc -c -Wall -o unity.o unity.c
|
|
ar rcs libunity.a unity.o
|