summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b0f3b83..3018bfc 100644
--- a/Makefile
+++ b/Makefile
@@ -54,9 +54,6 @@ run: all
printf "\x1B[1mRUNNING...\x1B[0m\n"
./$(BIN)
-kaas:
- echo $(all_objects)
-
$(BIN): $(all_objects)
echo Linking