X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Falgorithms%2Fmakefile;h=8dd60e43026aaca1501477b4dba2940a062f54f9;hb=7d0b5833568389c06ff6d9871da343a1e3e374fe;hp=8cf4b298b62ecaa54081e2e3e84f4108f62dd348;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/algorithms/makefile b/nucleus/library/algorithms/makefile index 8cf4b298..8dd60e43 100644 --- a/nucleus/library/algorithms/makefile +++ b/nucleus/library/algorithms/makefile @@ -2,7 +2,7 @@ include cpp/variables.def PROJECT = algorithms TYPE = library -SOURCE = placeholder.cpp +SOURCE = sorts.cpp TARGETS = algorithms.lib include cpp/rules.def