revert accidental changes to Makefile

This commit is contained in:
Alexander Courtis 2020-07-25 12:20:09 +10:00
parent 4c5311c52a
commit d237549d6b

View File

@ -32,11 +32,5 @@ dwl: xdg-shell-protocol.o
clean:
rm -f dwl *.o xdg-shell-protocol.h xdg-shell-protocol.c
ctags:
ctags-c $(CFLAGS) --project-src xdg-shell-protocol.c xdg-shell-protocol.h dwl.c
amc: dwl ctags
ssh duke rm -f ${HOME}/src/dwl/dwl ; scp * duke:${HOME}/src/dwl
.DEFAULT_GOAL=amc
.DEFAULT_GOAL=dwl
.PHONY: clean