/
R80
/
seek
Обзор
Документация
Войти
/
R80
/
seek
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Makefile
29 строк
584 B
Denis Vergun
remake
01 сен 2023, 16:41
01 сен 2023, 16:41
d7c6f5b
Код
Авторство
О чём код?
all: g++ insertknuth.c -o insertknuth g++ quickknuth.c -o quickknuth g++ mergeknuth.cpp -o mergeknuth -fno-stack-protector g++ mergeknuth1.cpp -o mergeknuth1 g++ shellknuth.cpp -o shellknuth g++ bubblesort.c -o bubble g++ countsort.c -o count g++ selectsort.c -o select g++ cocktailsort.c -o cocktail #compile complite. #wait ten seconds. ./bubble ./cocktail ./count ./select ./insertknuth ./quickknuth ./shellknuth ./mergeknuth ./mergeknuth1 push: git add . git commit # -m "see web page https://blueagle-so.github.io" GIT_SSL_NO_VERIFY=true git push