Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Removed wmutil from Makefile part II: clean directive |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1117436e8620455f48b65f94ee2e66ff |
User & Date: | jmcclure 2018-05-26 22:59:23 |
Context
2018-05-26
| ||
23:29 | Makefile take III check-in: 470028ec40 user: jmcclure tags: trunk | |
22:59 | Removed wmutil from Makefile part II: clean directive check-in: 1117436e86 user: jmcclure tags: trunk | |
22:58 | Removed wmutil rule from Makefile check-in: 75246cf9d1 user: jmcclure tags: trunk | |
Changes
Changes to Makefile.
︙ | ︙ | |||
10 11 12 13 14 15 16 | $(CC) -o tmuxwm tmuxwm.c $(CFLAGS) $(LDFLAGS) -lX11 install: install -Dm0755 xi $(DESTDIR)$(PREFIX)/bin/xi install -Dm0755 tmuxwm $(DESTDIR)$(PREFIX)/bin/tmuxwm clean: | | | 10 11 12 13 14 15 16 17 | $(CC) -o tmuxwm tmuxwm.c $(CFLAGS) $(LDFLAGS) -lX11 install: install -Dm0755 xi $(DESTDIR)$(PREFIX)/bin/xi install -Dm0755 tmuxwm $(DESTDIR)$(PREFIX)/bin/tmuxwm clean: rm -f xi tmuxwm |