Usermode - Starting on a text editor
[tpg/acess2.git] / Makefile.cfg
index a2e7ccb..547f1bb 100644 (file)
@@ -4,13 +4,15 @@
 
 # Source and destination configuration
 DISTROOT := a:/Acess2
-ACESSDIR := /home/tpg/Projects/Acess2
+
+ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST)))
+ACESSDIR := $(shell cd $(ACESSDIR) && pwd)
 
 # Default build programs
 CC := gcc
 LD := ld
 AS := nasm
-DISASM := objdump -d
+DISASM := objdump -d -S
 RM := @rm -f
 STRIP := strip
 MKDIR := mkdir

UCC git Repository :: git.ucc.asn.au