From 92c1d51a5006edaf72b148d7440853e220fcb592 Mon Sep 17 00:00:00 2001 From: AnInternetTroll Date: Mon, 10 Jan 2022 18:08:05 +0100 Subject: Small improvements to dwm --- dwm/chadwm/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'dwm/chadwm/Makefile') diff --git a/dwm/chadwm/Makefile b/dwm/chadwm/Makefile index 3341ec3..c05dbdd 100644 --- a/dwm/chadwm/Makefile +++ b/dwm/chadwm/Makefile @@ -4,9 +4,7 @@ include config.mk SRC = drw.c dwm.c util.c -cfiles = $(wildcard ./*.c) -hfiles = $(wildcard ./*.h) -ofiles = $(cfiles:.c=.o) +OBJ = ${SRC:.c=.o} all: options dwm @@ -50,7 +48,4 @@ uninstall: rm -f ${DESTDIR}${PREFIX}/bin/dwm\ ${DESTDIR}${MANPREFIX}/man1/dwm.1 -format: - clang-format -i -style=file $(cfiles) $(hfiles) - .PHONY: all options clean dist install uninstall -- cgit v1.2.3