Skip to content
Snippets Groups Projects
Commit 2ec0d049 authored by i-bird's avatar i-bird
Browse files

Fixing Makefile for installing parallel debugger

parent 32dd5175
No related branches found
No related tags found
No related merge requests found
Pipeline #2695 failed
Makefile 0 → 100644
all:
$(MAKE) -C build $@
clean:
$(MAKE) -C build $@
install:
$(MAKE) -C build $@
script/install_parallel_debugger
pdata:
$(MAKE) -C build $@
numerics:
$(MAKE) -C build $@
.PHONY: all clean install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment