diff --git a/Makefile b/Makefile index f31fb5c..8bc8ebc 100644 --- a/Makefile +++ b/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)