From e8c139f3bce21c245509dc6cc01d7ff35aa968e2 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 1 Jul 2022 13:17:45 -0400 Subject: [PATCH] Correct paths in package step --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index da943a6..eba592b 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,7 @@ package: all $(PROGS) $(FGD) cp $(PROGS) build/ntcn/ cp $(FGD) build/ntcn/ cp README.md build/ntcn/ - rm -f build/ntcn.zip - zip -r build/ntcn.zip build/ntcn + cd build && rm -f ntcn.zip && zip -r ntcn.zip ntcn/ clean: rm -f progs.dat