Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ include ctype/Makefile
include err/Makefile
include errno/Makefile
include locale/Makefile
include math/Makefile
include libm/Makefile
include misc/Makefile
include net/Makefile
include netinet/Makefile
Expand Down Expand Up @@ -82,7 +82,8 @@ install: install-headers install-libs
install-headers: $(SRCHEADERS)
@echo INSTALL "$(HEADERS_INSTALL_DIR)/*"; \
mkdir -p "$(HEADERS_INSTALL_DIR)"; \
cp -a include/* "$(HEADERS_INSTALL_DIR)";
cp -a include/* "$(HEADERS_INSTALL_DIR)"; \
cp -a libm/libmcs/libm/include/* "$(HEADERS_INSTALL_DIR)";

# TODO: remove `rm crt0.o` when we will be sure it's not a symlink to libphoenix.a anymore
install-libs: $(LIB_TARGETS)
Expand Down
255 changes: 0 additions & 255 deletions include/complex.h

This file was deleted.

Loading
Loading