Skip to content

Commit

Permalink
Another Holmakefile needing fixing after 6e6ca26
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Nov 3, 2014
1 parent 4a4e72c commit 7f7a151
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/ARM/v7/Holmakefile
@@ -1,3 +1,10 @@
THYFILES = $(patsubst %Script.sml,%Theory.uo,$(wildcard *.sml))
TARGETS = $(patsubst %.sml,%.uo,$(THYFILES))

all: $(TARGETS) selftest.exe
.PHONY: all

selftest.exe: selftest.uo armLib.uo
$(HOLMOSMLC) -o $@ $<

OPTIONS=QUIT_ON_FAILURE

0 comments on commit 7f7a151

Please sign in to comment.