Skip to content
Snippets Groups Projects
makefile 68 B
all:
	gcc -Wall -Wpedantic -std=c99 *.c -g -o coolSort.out -pthread