Skip to content

Commit

Permalink
Remove redundant targets
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtuft committed Aug 25, 2021
1 parent 65e952d commit 4bbd658
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,5 @@ $(OMPEXE_CPP): $(OMPSRC_CPP)
$(CXX) $(CFLAGS) $(DEBUG) -fopenmp src/otter-demo/$@.cpp -o $@
@echo $@ links to `ldd $@ | grep "[lib|libi|libg]omp"`

run: $(BINS) cleanfiles
OMP_TOOL_LIBRARIES=`pwd`/$(OTTER) ./$(EXE)

notes: docs/notes.tex
cd docs && pdflatex notes.tex && pandoc -s notes.tex -o README.md

clean:
-rm -f lib/* obj/* $(BINS)

cleanfiles:
@-rm -rf *.gv* *.svg *.pdf *.png *.txt *.csv* *.log *.json* \
docs/*.pdf docs/*.aux docs/*.gz docs/*.log

0 comments on commit 4bbd658

Please sign in to comment.