From 7013986a37c43289dac8a83236e65f2a4696df92 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 13 May 2013 14:18:01 +0200 Subject: add make file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e9146bd --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +all: bin/Assemble.class + +bin/Assemble.class: src/Assemble.java + mkdir -p bin + javac -cp src -s src -d bin src/Assemble.java + +clean: + -rm -r bin + -- cgit v1.2.3-70-g09d2