summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-09-21 03:37:45 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-09-21 03:37:45 +0200
commit14d90c9e1171655b864316c9c4aa34033fdd3a45 (patch)
tree3c297e80f774b4a6452331ff840fe6c415875e11 /Makefile
parent8c9c24358cca81cdb15462cb74afc5f173966c79 (diff)
Very first bit towards a Mips/PSX disassembler
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52af23e..b7e3e1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-DIRS=externals Utils Engine Lua Loader Database
+DIRS=externals Database Cpu Engine Lua Loader Utils
all: $(DIRS)