We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32595e3 commit 4e47f6eCopy full SHA for 4e47f6e
Makefile
@@ -62,9 +62,7 @@ OBJ = unix.o unix_dirent.o unix_errno.o unix_fcntl.o \
62
freebsd freebsd_doc freebsd_examples \
63
linux linux_doc linux_examples
64
65
-all:
66
- @echo "Add build target [freebsd|linux], for example:"
67
- @echo "make linux"
+all: $(TARGET)
68
69
# Library
70
$(TARGET): $(SRC)
0 commit comments