Skip to content

Commit

Permalink
Copy libc86.a only for me
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Dec 27, 2024
1 parent 72fcced commit f5f1864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc/c86.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ all:
$(MAKE) -C system -f out.mk COMPILER=c86 LIB=out.lib
for DIR in $(SUBDIRS); do $(MAKE) -C $$DIR COMPILER=c86 LIB=out.lib || exit 1; done
$(AR) $(ARFLAGS_SUB) libc86.a */*.lib
ifeq "$(TOPDIR)" "/Users/greg/net/elks-gh"
cp libc86.a $(TOPDIR)/elkscmd/rootfs_template/root
endif

.PHONY: clean
clean:
Expand Down

0 comments on commit f5f1864

Please sign in to comment.