Skip to content

Commit 7e6d2ae

Browse files
committed
deprecating makefile
1 parent 2befe02 commit 7e6d2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
all: scratch.cc
2-
g++ -o scratch scratch.cc
1+
all:
2+
echo "Makefile deprecated: Please build with bazel"

0 commit comments

Comments
 (0)