From d237549d6bc451b03799d255d20de75c1df800e3 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sat, 25 Jul 2020 12:20:09 +1000 Subject: [PATCH] revert accidental changes to Makefile --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 8313d06..05b665a 100644 --- a/Makefile +++ b/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