Fix *.sh and run modes

This commit is contained in:
Ben Gras 2005-09-12 11:53:22 +00:00
parent be065ea8f3
commit 23623d1e56

View File

@ -13,6 +13,7 @@ BIGOBJ= test20 test24
ROOTOBJ= test11 test33
all: $(OBJ) $(BIGOBJ) $(ROOTOBJ)
chmod 755 *.sh run
$(OBJ):
$(CC) $(CFLAGS) -o $@ $@.c