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: 1117436e8620455f48b65f94ee2e66ff78ae359f1c451d3a8a428d0ca500d34f
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
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to Makefile.

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 wmutil tmuxwm tmuxwm2







|
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