mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-04-10 22:51:12 +00:00
add "make install", installing the tools with pdp10-elf- prefixes
This commit is contained in:
3
Makefile
3
Makefile
@@ -21,6 +21,9 @@ SUBDIRS= erlang
|
||||
all:
|
||||
make TARGET= subdirs
|
||||
|
||||
install:
|
||||
make TARGET=install subdirs
|
||||
|
||||
clean:
|
||||
make TARGET=clean subdirs
|
||||
|
||||
|
||||
@@ -38,6 +38,12 @@ link: $(REBAR3)
|
||||
test:
|
||||
$(REBAR3) eunit
|
||||
|
||||
install:
|
||||
mkdir -p ../bin
|
||||
for PROG in $(PROGRAMS); do \
|
||||
cp _build/default/bin/$$PROG ../bin/pdp10-elf-$$PROG; \
|
||||
done
|
||||
|
||||
distclean realclean: clean
|
||||
rm -f ./rebar3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user