aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c9eb7ef..fa1f5d7 100644
--- a/Makefile
+++ b/Makefile
@@ -28,9 +28,9 @@ SRCS += ${SRCS_DIR}u_strlen.S
OBJS = ${SRCS:.S=.o}
-AS = yasm
-ASFLAGS = -felf64
-ASFLAGS += -pgas
+AS = as
+# ASFLAGS = -felf64
+# ASFLAGS += -pgas
CC = cc