mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-01-11 23:53:19 +00:00
add "make install", installing the tools with pdp10-elf- prefixes
This commit is contained in:
parent
a55acb51f5
commit
4adb051325
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user