Skip to content

Commit

Permalink
dont depend on dummy.b coz it no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
matslina committed Nov 1, 2015
1 parent 87bb734 commit 8b27380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -6,7 +6,7 @@ binary: awib.b
./awib_make_binary.bin < awib.b > awib_make_binary2.c
gcc awib_make_binary2.c -o awib -O2

awib.b: awib-skeleton.b 386_linux/backend.b lang_c/backend.b frontend/frontend.b lang_generic/backend.b lang_generic/dummy.b lang_generic/go.b lang_generic/ruby.b lang_generic/tcl.b lang_java/backend.b
awib.b: awib-skeleton.b 386_linux/backend.b lang_c/backend.b frontend/frontend.b lang_generic/backend.b lang_generic/go.b lang_generic/ruby.b lang_generic/tcl.b lang_java/backend.b
python util/bfpp.py --interpreter --format formats/awib-0.3 --width 79 awib-skeleton.b > awib.b

clean:
Expand Down

0 comments on commit 8b27380

Please sign in to comment.