summaryrefslogtreecommitdiff
path: root/25_break_encr/Makefile
blob: 00ce3b5bbb227020019d96bca885627092e5242f (plain)
1
2
3
4
CFLAGS=-ggdb3 -Wall -Werror -pedantic -std=gnu99

breaker: breaker.c
	gcc -o breaker breaker.c