From 4f2d05f11ebbd2bab3c65242be2964e9ae9febca Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 25 Aug 2022 03:17:29 +0200 Subject: [PATCH] some makefile changes; nothing special. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7000558..a0f3ff9 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,11 @@ fullbinary: bash -c "time nuitka3 --follow-imports uplink" standalone: - bash -c "time nuitka3 --follow-imports --standalone uplink" + bash -c "time nuitka3 --standalone uplink" clean: - rm -rf uplink.build/* - rm -rf uplink.dist/* + rm -rf uplink.build + rm -rf uplink.dist rm -rf uplink.bin rm -rf uplink-bin.tar.gz rm -rf uplink-bin.7z