Laboratory-Tasks/Exercise 6 - Karp-Rabin String Search (Week 7)/makefile

3 lines
44 B
Makefile

ex6: ex6.c
gcc -std=c11 -Wall -o ex6 ex6.c