creole/Makefile

3 lines
117 B
Makefile
Raw Normal View History

2023-02-05 06:44:37 -05:00
test_creole: test_creole.c creole.c creole.h greatest.h
$(CC) test_creole.c -Wall -pedantic -std=c89 -o test_creole