Skip to content

Commit

Permalink
new code
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 21, 2018
1 parent 3129f61 commit ceb94df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ install:
- pushd viriatum
- ./autogen.sh && ./configure --prefix=/usr && make && sudo env "PATH=$PATH" make install
- popd
script: make all
script: make all && make examples.run
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ mingus: src/mingus/mingus.c
mingusa: src/mingus_assembler/mingus_assembler.c
$(cc) $(cflags) src/mingus_assembler/mingus_assembler.c -o mingusa $(clibs)

examples.run: examples.build
./mingus examples/loop.mic
./mingus examples/calc.mic
./mingus examples/call.mic

examples.build: examples/loop.mic examples/calc.mic examples/call.mic

examples/loop.mic: mingusa examples/loop.mia
Expand Down

0 comments on commit ceb94df

Please sign in to comment.