Makefile | 10 ++-------- diff --git a/Makefile b/Makefile index 470ac86407bbd2876e3ee997e04e57649b51da9f..15db421c0e7b56e9196353ffc5b75f8ef1ba7194 100644 --- a/Makefile +++ b/Makefile @@ -7,13 +7,7 @@ SRC = st.c x.c OBJ = $(SRC:.c=.o) -all: options st - -options: - @echo st build options: - @echo "CFLAGS = $(STCFLAGS)" - @echo "LDFLAGS = $(STLDFLAGS)" - @echo "CC = $(CC)" +all: st config.h: cp config.def.h config.h @@ -54,4 +48,4 @@ uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/st rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1 -.PHONY: all options clean dist install uninstall +.PHONY: all clean dist install uninstall