Improve makefile
Improve makefile Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
a6a5d31e17
commit
0f4cd06e20
1 changed files with 3 additions and 4 deletions
7
Makefile
7
Makefile
|
@ -1,10 +1,9 @@
|
|||
CC=sjasmplus
|
||||
CFLAGS=
|
||||
OBJ=hello read_one_key
|
||||
|
||||
DOCKER=docker
|
||||
|
||||
default: docker
|
||||
CFLAGS=
|
||||
SRCS = $(wildcard *.asm)
|
||||
OBJ = $(patsubst %.asm,%,$(SRCS))
|
||||
|
||||
all: $(OBJ)
|
||||
|
||||
|
|
Loading…
Reference in a new issue