fixed paths

This commit is contained in:
2025-03-12 14:22:11 +03:00
parent a4c8785e66
commit 18f561925b
774 changed files with 4558 additions and 4558 deletions

View File

@@ -0,0 +1,17 @@
SHELL = /bin/sh
INSTALL = /bin/cp
SUBDIR = Sage parser fdvm
install:
@for i in ${SUBDIR}; do (cd $$i; \
echo " *** $$i DIRECTORY ***";\
$(MAKE) "MAKE=$(MAKE)" install); done
clean:
@for i in ${SUBDIR}; do (cd $$i; \
echo " *** $$i DIRECTORY ***";\
$(MAKE) "MAKE=$(MAKE)" clean); done