diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ LDFLAGS=-lX11 $(LIBS) all: $(PROJ) $(PROJ).1 +debug: clean + $(MAKE) OPTFLAGS="-g -DDEBUG" + $(PROJ): $(PROJ).c $(PROJ).1: $(PROJ).rst |