X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Falgorithms%2Fmakefile;h=8dd60e43026aaca1501477b4dba2940a062f54f9;hb=29ce64738a09c26568871574d83ba3da1525d9d8;hp=8cf4b298b62ecaa54081e2e3e84f4108f62dd348;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;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