aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ecc5dc409..1940c4b2e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,13 +10,9 @@ include .make/coq.mk
FAST_TARGETS += check_fiat check_bedrock clean
.DEFAULT_GOAL = all
-.PHONY: all deps objects clean coquille
+.PHONY: clean coquille
-all: objects
-
-deps: $(SOURCES:%=%.d)
-
-objects: deps $(SOURCES:%=%o)
+all: check_fiat check_bedrock $(SOURCES:%=%o)
clean:
$(RM) $(foreach f,$(SOURCES),$(call coq-generated,$(basename $f)))