Fix assembler Makefile

This commit is contained in:
2022-11-04 17:11:17 +01:00
parent b1e59d0c57
commit cd6a782b2c
2 changed files with 2 additions and 1 deletions

View File

@@ -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))