summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-25 21:13:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-25 21:13:49 +0200
commitfa9d42260a789bebec1fee6fe3a19a0695617600 (patch)
tree14d7ebd10c30a36b5240392cec01bf7d11ecd012 /Makefile
parent36cd029a27aaba9fc3e84c68d79fcf887806e51b (diff)
downloadabase-fa9d42260a789bebec1fee6fe3a19a0695617600.tar.gz
abase-fa9d42260a789bebec1fee6fe3a19a0695617600.tar.bz2
started to implement a simple ifconfig
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd89fae..a33b419 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ LIB = $(LIBUTF) $(LIBUTIL)
BIN =\
more\
- hexdump
+ hexdump\
+ ifconfig
LIBUTILOBJ = $(LIBUTILSRC:.c=.o)
OBJ = $(BIN:=.o) $(LIBUTFOBJ) $(LIBUTILOBJ)