aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <JozanLeClerc@noemail.net>2020-11-20 15:25:59 +0000
committerJozanLeClerc <JozanLeClerc@noemail.net>2020-11-20 15:25:59 +0000
commit216492458a5c42840e5ac4392d848ce8b73a26a7 (patch)
treea73bbd4afb6f8ac2a6c22999e4cb2b36eb68ba8b /Makefile
parentNoq (diff)
downloadbsdsetsid-216492458a5c42840e5ac4392d848ce8b73a26a7.tar.gz
bsdsetsid-216492458a5c42840e5ac4392d848ce8b73a26a7.tar.bz2
bsdsetsid-216492458a5c42840e5ac4392d848ce8b73a26a7.tar.xz
bsdsetsid-216492458a5c42840e5ac4392d848ce8b73a26a7.tar.zst
bsdsetsid-216492458a5c42840e5ac4392d848ce8b73a26a7.zip
Added LICENSE
FossilOrigin-Name: 1c7e62e889846a9e3d9864f3e06458c3ba4fa42f
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