Fix assembler Makefile
This commit is contained in:
@@ -11,7 +11,7 @@ IDIR=inc
|
||||
ODIR=obj
|
||||
SDIR=src
|
||||
|
||||
CFLAGS = -Wall
|
||||
CFLAGS = -fcommon -Wall
|
||||
|
||||
_DEPS = command.h files.h labels.h
|
||||
DEPS = $(patsubst %,$(IDIR)/%,$(_DEPS))
|
||||
|
||||
Reference in New Issue
Block a user