aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8028648..acb88db 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-export FTAG_ROOT ?= $(shell pwd)/ftag
+export FTAG_ROOT ?= $(shell pwd)/ftag_root
export PROG ?= ftag
export CFLAGS ?= -O0 -g3
export LDFLAGS ?=
@@ -14,6 +14,7 @@ all: $(PROG)
$(PROG):
make -C src
+ mv src/$(PROG) ./
clean:
make -C src clean