Skip to content

Commit

Permalink
Makefile for examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Apr 9, 2024
1 parent 0841c80 commit e8050d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ML = $(wildcard *.ml)
PROG = $(ML:.ml=)

all: test

build:
@dune build

test: build
@dune exec ./amp.exe
@dune exec ./inspect.exe

0 comments on commit e8050d7

Please sign in to comment.