From 05fd9eb6486949014cc70cb4a518ae590cf78a54 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 20 Feb 2022 23:55:02 +0100 Subject: [PATCH] Removed the makefile. --- Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index f1b4757..0000000 --- a/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -all: - scons bels -j5 - -e: - scons belsE -j5 - -t: - scons belsT -j5 - -v: - scons belsV -j5 - -W: - scons belsW -j5 - -p: - scons belsP -j5 - -m: - scons belsM -j5