refactor: simplify the Plan 9 runtime loop
This commit is contained in:
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ OBJS = $(SRCS:.c=.o)
|
||||
all: $(PROG) xim gtk
|
||||
|
||||
$(PROG): $(OBJS)
|
||||
$(LD) -o $@ $(OBJS) -lthread -lString -lbio -lxcb -lm $(PKG_LIBS)
|
||||
$(LD) -o $@ $(OBJS) -lthread -lbio -lxcb -lm $(PKG_LIBS)
|
||||
|
||||
$(OBJS): dat.h fn.h ipc.h
|
||||
# Avoid Arch's GLIBC_2.43 sqrtf optimization for older glibc runtimes.
|
||||
|
||||
Reference in New Issue
Block a user