.POSIX: CFLAGS=-Wall -Werror LDFLAGS=-lm SOURCE=autorotate.c autorotate: $(SOURCE) $(CC) $(CFLAGS) -o $@ $(SOURCE) $(LDFLAGS)