Skip to content

Commit

Permalink
Updated Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
interkosmos committed Mar 9, 2024
1 parent 32595e3 commit 4e47f6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ OBJ = unix.o unix_dirent.o unix_errno.o unix_fcntl.o \
freebsd freebsd_doc freebsd_examples \
linux linux_doc linux_examples

all:
@echo "Add build target [freebsd|linux], for example:"
@echo "make linux"
all: $(TARGET)

# Library
$(TARGET): $(SRC)
Expand Down

0 comments on commit 4e47f6e

Please sign in to comment.