aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-19 19:22:54 +0200
committerMattias Andrée <maandree@kth.se>2024-09-19 19:22:54 +0200
commite854bea3b6837b22e9b6a69acbb28b4c8b470c81 (patch)
tree008bfee0aba8b1a4762651c604774e17d6d430c9 /Makefile
parentSplit into multiple C files (diff)
downloaddeadshred-e854bea3b6837b22e9b6a69acbb28b4c8b470c81.tar.gz
deadshred-e854bea3b6837b22e9b6a69acbb28b4c8b470c81.tar.bz2
deadshred-e854bea3b6837b22e9b6a69acbb28b4c8b470c81.tar.xz
misc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfe5c26..0e2dff4 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,8 @@ OBJ =\
fmt.o\
text.o\
avg.o\
- rnd.o
+ rnd.o\
+ sig.o
HDR =\
common.h