3 lines
117 B
Makefile
3 lines
117 B
Makefile
|
test_creole: test_creole.c creole.c creole.h greatest.h
|
||
|
$(CC) test_creole.c -Wall -pedantic -std=c89 -o test_creole
|