/
index
/
baseutils.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add getopt
[baseutils.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index c2c1e70b4307fcaaf7b1ca538f337a579cd40111..7fe04f11b0847f51e61061bc70bca015b890e644 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,6
+1,6
@@
include config.mk
-TARGETS =
realpath nproc
+TARGETS =
getopt nproc realpath
SRC = $(TARGETS:=.c)
BIN = $(TARGETS:=-install)
UNI = $(TARGETS:=-uninstall)