add getopt
[baseutils.git] / 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)