From 23623d1e5665647749685e5505eb9bf230db344d Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 12 Sep 2005 11:53:22 +0000 Subject: [PATCH] Fix *.sh and run modes --- test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile b/test/Makefile index 3cd5bdd80..c09156aae 100644 --- a/test/Makefile +++ b/test/Makefile @@ -13,6 +13,7 @@ BIGOBJ= test20 test24 ROOTOBJ= test11 test33 all: $(OBJ) $(BIGOBJ) $(ROOTOBJ) + chmod 755 *.sh run $(OBJ): $(CC) $(CFLAGS) -o $@ $@.c -- 2.44.0