aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--Makefile5
-rw-r--r--README.md7
m---------qbe0
4 files changed, 0 insertions, 15 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 34fa6a8..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "qbe"]
- path = qbe
- url = https://git.sr.ht/~mcf/qbe
diff --git a/Makefile b/Makefile
index 7708b3d..659181d 100644
--- a/Makefile
+++ b/Makefile
@@ -96,11 +96,6 @@ install: all
mkdir -p $(DESTDIR)$(MANDIR)/man1
cp cproc.1 $(DESTDIR)$(MANDIR)/man1
-.PHONY: qbe
-qbe:
- git submodule update --init qbe
- $(MAKE) -C qbe
-
.PHONY: clean
clean:
rm -rf cproc $(DRIVER_OBJ) cproc-qbe $(OBJ) stage2 stage3
diff --git a/README.md b/README.md
index 7310614..a5380c8 100644
--- a/README.md
+++ b/README.md
@@ -60,13 +60,6 @@ string arrays (`static char *[]`):
You may also want to customize your environment or `config.mk` with the
appropriate `CC`, `CFLAGS` and `LDFLAGS`.
-If you don't have QBE installed, you can build it from the included
-submodule, then add it to your PATH so that the driver will be able to
-run it.
-
- make qbe
- PATH=$PWD/qbe:$PATH
-
Once this is done, you can build with
make
diff --git a/qbe b/qbe
deleted file mode 160000
-Subproject d2f7b6913dcc2aad683dbdd05040a7623cbe736