aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d86d0b0..d071b81 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
IGNORE:=
-LIBVS:=$(wildcard CoqUp/Lib/*.v)
+LIBVS:=$(wildcard src/CoqUp/Lib/*.v)
LIBVS:=$(filter-out $(IGNORE:%=%.v),$(LIBVS))
-VS:=$(wildcard CoqUp/*.v)
+VS:=$(wildcard src/CoqUp/*.v)
VS:=$(filter-out $(LIBVS) $(IGNORE:%=%.v),$(VS))
.PHONY: coq clean
-ARGS := -R CoqUp CoqUp
+ARGS := -R src/CoqUp CoqUp
coq: Makefile.coq
$(MAKE) -f Makefile.coq