summaryrefslogtreecommitdiff
path: root/Makefile
blob: 1f4421fa36fd33c46c5e3002064ede015378962b (plain)
1
2
ted: ted.c string_builder.o
		$(CC) ted.c string_builder.o -o ted -ggdb -Wall -Wextra -pedantic -std=c11