creole/Makefile

3 lines
120 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
2023-02-06 23:38:39 -05:00
$(CC) -g test_creole.c -Wall -pedantic -std=c89 -o test_creole