Skip to content

Commit 4bbd658

Browse files
committed
Remove redundant targets
1 parent 65e952d commit 4bbd658

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,5 @@ $(OMPEXE_CPP): $(OMPSRC_CPP)
7272
$(CXX) $(CFLAGS) $(DEBUG) -fopenmp src/otter-demo/$@.cpp -o $@
7373
@echo $@ links to `ldd $@ | grep "[lib|libi|libg]omp"`
7474

75-
run: $(BINS) cleanfiles
76-
OMP_TOOL_LIBRARIES=`pwd`/$(OTTER) ./$(EXE)
77-
78-
notes: docs/notes.tex
79-
cd docs && pdflatex notes.tex && pandoc -s notes.tex -o README.md
80-
8175
clean:
8276
-rm -f lib/* obj/* $(BINS)
83-
84-
cleanfiles:
85-
@-rm -rf *.gv* *.svg *.pdf *.png *.txt *.csv* *.log *.json* \
86-
docs/*.pdf docs/*.aux docs/*.gz docs/*.log

0 commit comments

Comments
 (0)