made some improvements

This commit is contained in:
2024-01-25 19:51:24 +00:00
parent 08109a4f16
commit 7d2e5ad1cd
12 changed files with 2 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
DIRS = src tst
all:
all: clean
for i in $(DIRS) ; do \
$(MAKE) -C $$i install ; \
done