summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2008-09-03 06:46:59 +0200
committerSegher Boessenkool <segher@kernel.crashing.org>2008-09-03 06:46:59 +0200
commit0d126b20f5670abbe6dfd427dce3874adfee3188 (patch)
tree641ae557ab11c8c7bbd3a49a323289b541364fe1 /Makefile
parentdd97e4a00e995af5fa7118a1a5f4f4fa26915568 (diff)
Restructure: make the disassembler a library
Also, correct the copyright dates.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e267031..5a287dc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,10 @@
+CC = gcc
CFLAGS = -Wall -W -O2
+#CFLAGS = -Wall -W -g -O0
-all: unununium
+all: un-disas
+
+un-disas: un-disas.o disas.o
+
+clean:
+ rm -f un-disas un-disas.o disas.o