summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-05-28 04:41:41 +0000
committerGitHub <noreply@github.com>2024-05-28 04:41:41 +0000
commit564702cb5ffc4b7b9bab14d5fc0c891bd2c62613 (patch)
treec8df55f4740b580f4083da6aefeeb166a04eb955 /Makefile
parenta74788fe9617d8b995b61ba9d194a7c12cdd119b (diff)
update to 0.9.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 6dfa212..a64b4c2 100644
--- a/Makefile
+++ b/Makefile
@@ -7,13 +7,7 @@ include config.mk
SRC = st.c x.c boxdraw.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
@@ -55,4 +49,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