Skip to content

Commit 4f3c973

Browse files
committed
fixed a leftover merge conflict
1 parent 50bfd64 commit 4f3c973

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,17 @@ build:
5353
test: build
5454
cd $(BUILD); $(MAKE) test
5555

56-
<<<<<<< HEAD
5756
ce:
5857
@mkdir -p $(BUILD)
5958
bin/mk-compiler-explorer.py $(BUILD)
60-
=======
59+
6160
check:
6261
@for h in `find include -name \*.hpp`; \
6362
do \
6463
from=`echo -n $$h | sed -n 's@.*Beman/\(.*\).hpp.*@\1@p'`; \
6564
< $$h sed -n "/^ *# *include <Beman\//s@.*[</]Beman/\(.*\).hpp>.*@$$from \1@p"; \
6665
done | tsort > /dev/null
6766

68-
>>>>>>> 3ed6667 (added completion_domain implementation)
6967
todo:
7068
bin/mk-todo.py
7169

0 commit comments

Comments
 (0)