more flexipatch

This commit is contained in:
2023-02-25 17:50:17 +01:00
parent ad060cc9d8
commit dc51ce018b
35 changed files with 3768 additions and 171 deletions

View File

@@ -20,7 +20,10 @@ options:
config.h:
cp config.def.h $@
$(OBJ): arg.h config.h config.mk drw.h
patches.h:
cp patches.def.h $@
$(OBJ): arg.h config.h config.mk drw.h patches.h
dmenu: dmenu.o drw.o util.o
$(CC) -o $@ dmenu.o drw.o util.o $(LDFLAGS)