summaryrefslogtreecommitdiff
path: root/scripts/Makefile
blob: 6511c3c61ebfd6db6f18c13b82e1e941c27f2863 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: CC0-1.0

SCRIPTS=$(wildcard *.sh)

all:

clean:

install:
	cp $(SCRIPTS) $(INSTALL_DIR)/