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