diff options
author | Michael Forney <mforney@mforney.org> | 2024-03-23 11:38:58 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2024-03-23 11:38:58 -0700 |
commit | 89d95b1ad4c1a29b43a6680ab77a44437685f801 (patch) | |
tree | ba49d391918a8f5dd31220f62b2d16304a0e7241 /Makefile | |
parent | 706f0eff71bf8811bf2c1ff1c57dfb755cd22205 (diff) |
Remove qbe submodule
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |