mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
revert accidental changes to Makefile
This commit is contained in:
parent
4c5311c52a
commit
d237549d6b
1 changed files with 1 additions and 7 deletions
8
Makefile
8
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue