Move speedwm-msg.c

This commit is contained in:
speediegq 2022-08-26 23:08:52 +02:00
parent 9d059c3df5
commit e23ab05466
3 changed files with 2 additions and 2 deletions

View file

@ -27,8 +27,8 @@ speedwm: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS} ; rm -f *.o
ifdef USEIPC
speedwm-msg: speedwm-msg.o
${CC} -o $@ $< ${LDFLAGS} ; rm -f speedwm-msg.o
speedwm-msg: toggle/ipc-speedwm-msg.o
${CC} -o $@ toggle/ipc-speedwm-msg.c ${LDFLAGS} ; rm -f ipc-speedwm-msg.o
endif
clean:

BIN
ipc-speedwm-msg.o Normal file

Binary file not shown.