X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=2d61830be9d89a7e384a72973f108a445b1d5b95;hb=24dae7d7e35c9c52115ec4bf5f30fe1cc4a5c296;hp=4f03721e280ecd5079851a061440a877b498c07e;hpb=0235a84ef286db5c97239615ae525ce973641941;p=dwm.git diff --git a/Makefile b/Makefile index 4f03721..2d61830 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