From 36f1e74b3c79d67c577452abf5f6ce4c5ee4b6e1 Mon Sep 17 00:00:00 2001 From: _N3m0 Date: Tue, 21 Nov 2023 10:21:02 +0100 Subject: [PATCH] makefile : install rm -r toz.wt/ webbb/ project --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3fe2493..da194dc 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -PROJECTNAME=MasterMakefile +PROJECTNAME=gol BIN=build/$(PROJECTNAME) -CC=g++ +CC=gcc -EXT=cpp +EXT=c INCFOLDERS=include lib RECURSIVE_INCLUDE=false ifeq ($(RECURSIVE_INCLUDE), true) @@ -99,7 +99,8 @@ push : install : dist cp Makefile ../script mv build/$(PROJECTNAME).tgz ../opt/archive - cd .. && rm -rf $(PROJECTNAME) + +#cd .. && rm -rf $(PROJECTNAME) info : $(info put what ever)