Fix assembler Makefile
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -35,3 +35,4 @@ assembler/test.map
|
||||
### test program files
|
||||
*.ram
|
||||
*.map
|
||||
Vivado
|
||||
|
||||
@@ -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