summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAiden Gall <aiden@aidengall.xyz>2023-11-16 04:10:21 +0000
committerAiden Gall <aiden@aidengall.xyz>2023-11-16 04:10:21 +0000
commitccea59806e190d44d6fceb782a2a894b13257e42 (patch)
tree8640d1d0f73258a2a1e11ac6ba83eae917a8792d /Makefile
parent425fceb39d64b88dc3fc4c6715ccef64ad4a0897 (diff)
merge commits ea7cd7b through 9846a56 from master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 470ac86..15db421 100644
--- a/Makefile
+++ b/Makefile
@@ -7,13 +7,7 @@ include config.mk
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