Skip to content
Snippets Groups Projects
Commit 682b3bd2 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

add main Makefile

parent 665d5d74
No related branches found
No related tags found
1 merge request!6Feature/new cgc
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
TARGETS:=$(sort $(filter-out lib/ old_stubs/,$(dir $(wildcard */))))
all: $(TARGETS)
$(TARGETS):
$(MAKE) -C $@/.frama-c
.PHONY: all $(TARGETS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment