about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2023-11-03 18:13:05 +0100
committerLeah Neukirchen <leah@vuxu.org>2023-11-03 18:13:05 +0100
commit6cd51d52e177314a68c6c2f6c598798136ba1b52 (patch)
treeaa9053881d115610550f3a55f2e0fb64773f231a /Makefile
parentfce8d1ec3329a97fc8886cf71eb3d1a763d71ad7 (diff)
downloadlibste-6cd51d52e177314a68c6c2f6c598798136ba1b52.tar.gz
libste-6cd51d52e177314a68c6c2f6c598798136ba1b52.tar.xz
libste-6cd51d52e177314a68c6c2f6c598798136ba1b52.zip
add steccpy HEAD master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7773c49..71f87bd 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings
 
 all: libste.a example
 
-libste.a: stechr.o stecpe.o stecpy.o steprn.o
+libste.a: stechr.o stecpe.o stecpy.o steccpy.o steprn.o
 	$(AR) $(ARFLAGS) $@ $^
 
 example: example.o libste.a