Skip to content

Commit

Permalink
Merge pull request #18 from ghaerr/build
Browse files Browse the repository at this point in the history
Don't compile examples by default. Rename libc to libc-unused/
  • Loading branch information
ghaerr authored Dec 28, 2024
2 parents 4470857 + 334c64e commit e02cc89
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ host:
make -C nasm
make -C nasm32
make -C emulator
make -C libc
make -C examples
# make -C libc-unused
# make -C examples

copy:
cp elks-bin/* $(TOPDIR)/elkscmd/rootfs_template/root
Expand All @@ -43,7 +43,7 @@ clean:
make -C nasm clean
make -C nasm32 clean
make -C emulator clean
make -C libc clean
# make -C libc-unused clean
make -C examples clean
make -C compiler -f Makefile.elks clean
make -C cpp -f Makefile.elks clean
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e02cc89

Please sign in to comment.