diff options
| author | LM-LCL <hello@exaltedelite.club> | 2024-08-31 21:28:41 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2024-08-31 21:28:41 +0200 |
| commit | 6eece88391d6dc3bfe54176249991cdc6cb8dd46 (patch) | |
| tree | 078be96373ebc098b838e16f912679327a09cb13 /Makefile | |
| parent | ab3144f7dd3ee40d99328b51f8bc1d2f8ddc548e (diff) | |
st-0.9.2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 |
