From 5339475c56c5b2369d4550c6508e1a71865e0298 Mon Sep 17 00:00:00 2001 From: Mistivia Date: Tue, 17 Jun 2025 06:16:55 +0800 Subject: change build --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 994c84f..9546829 100644 --- a/Makefile +++ b/Makefile @@ -16,11 +16,6 @@ tests=$(shell ls tests/*.c) tests_bin=$(tests:.c=.bin) all: libalgds.a - -rm -rf build/ - -@mkdir -p build/include/algds/ - -@mkdir -p build/lib - mv libalgds.a build/lib/ - cp src/*.h build/include/algds libalgds.a: $(obj) ar cr $@ $^ @@ -39,7 +34,6 @@ $(tests_bin):%.bin:%.c libalgds.a clean: -rm $(shell find tests/ -name '*.bin') -rm $(shell find . -name '*.o' -or -name '*.a' -or -name '*.d') - -rm -rf build DEPS := $(shell find . -name *.d) ifneq ($(DEPS),) -- cgit v1.0