wm: teppich

Download patch

ref: 1596ae1c7437f8929243999919c8cc649359236d
parent: fbbd09eb0b56768760764bcef1e90a2087da2e53
author: mkf <mkf@cloud9p.org>
date: Sun May 26 18:56:43 EDT 2024

Makefile: don't hardcode gcc version

--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # teppich
 TARG = i686-linux-gnu
 
-CC := $(TARG)-gcc-11
+CC := $(TARG)-gcc
 LD := $(TARG)-ld.bfd
 AS := $(TARG)-as