diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-05-28 04:43:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-28 04:43:42 +0000 |
| commit | d22280f3dc99dd71b5c86c1a6ce584bdee7cd8eb (patch) | |
| tree | 19736d99c8379499fc9a0e8c5e913fa3362a5951 /Makefile | |
| parent | 29255fd85845d66ce625b050ae9ab2751e382b73 (diff) | |
update to dmenu 5.3
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -6,13 +6,7 @@ include config.mk SRC = drw.c dmenu.c stest.c util.c OBJ = $(SRC:.c=.o) -all: options dmenu stest - -options: - @echo dmenu build options: - @echo "CFLAGS = $(CFLAGS)" - @echo "LDFLAGS = $(LDFLAGS)" - @echo "CC = $(CC)" +all: dmenu stest .c.o: $(CC) -c $(CFLAGS) $< @@ -61,4 +55,4 @@ uninstall: $(DESTDIR)$(MANPREFIX)/man1/dmenu.1\ $(DESTDIR)$(MANPREFIX)/man1/stest.1 -.PHONY: all options clean dist install uninstall +.PHONY: all clean dist install uninstall |
