9 lines
52 B
Makefile
9 lines
52 B
Makefile
|
|
|
|
all:
|
|
@echo "make arch"
|
|
|
|
arch:
|
|
bash ./arch.sh
|
|
|