commit 3b337aa4c166691b8b6e471cfdaccd2f659e0de0 parent 0d640b2f6dffb1ad22a766cca3127b84a51e8cb8 Author: seninha <lucas@seninha.org> Date: Sat, 18 Dec 2021 15:49:28 -0300 fix Makefile Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -27,7 +27,7 @@ all: ${PROGS} shod: shod.o ${CC} -o $@ shod.o ${LDFLAGS} -shod.o: theme.xpm +shod.o: config.h shodc: shodc.o ${CC} -o $@ shodc.o ${LDFLAGS}