Skip to content
Snippets Groups Projects

Feature/new cgc

Open Dario Pinto requested to merge feature/new-cgc into master
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
TARGETS:=$(sort $(filter-out lib/ old_stubs/,$(dir $(wildcard */))))
all: $(TARGETS)
$(TARGETS):
$(MAKE) -C $@/.frama-c
.PHONY: all $(TARGETS)
Loading