@@ -4,7 +4,7 @@ OBJS = $(patsubst %.c,bin/%,$(wildcard *.c))
all: $(OBJS)
$(OBJS):
$(CC) -o ./$@ $(patsubst bin/%,%.c,$@)
$(CC) -o ./$@ $(patsubst bin/%,%.c,$@) -ansi
clean:
$(RM) ./bin/*
The note is not visible to the blocked user.