X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=7c65e6fe17a55ec873c791047697ae71050a2733;hb=cd7ebaad25fa5f10a4442f9d80a05f344ca271d3;hp=dee43ed9ff47e113e48f7990590ac60c80bdc163;hpb=17d39ee01458025a5b9f5087168f258933f0ccd9;p=dwm.git diff --git a/Makefile b/Makefile index dee43ed..7c65e6f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC += dwm.c +SRC = dwm.c OBJ = ${SRC:.c=.o} all: options dwm