Skip to content

Commit

Permalink
Simplify building from srcs.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeePike committed Feb 6, 2012
1 parent c4e6b6d commit c96525a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
@@ -0,0 +1,12 @@
# Build all the relevant packages in order.

DIRS := copilot-core copilot-language copilot-libraries copilot-sbv copilot-c99 copilot-cbmc Copilot

.PHONY: all $(DIRS)

all: $(DIRS)

$(DIRS):
cd ../$@; \
cabal install

0 comments on commit c96525a

Please sign in to comment.