summaryrefslogtreecommitdiff
path: root/astman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astman/Makefile')
-rwxr-xr-xastman/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astman/Makefile b/astman/Makefile
index 106affcd8..239b11b0e 100755
--- a/astman/Makefile
+++ b/astman/Makefile
@@ -15,5 +15,5 @@ none:
clean:
rm -f *.o astman
-astman: astman.o
- $(CC) -o astman astman.o -lnewt
+astman: astman.o ../md5.o
+ $(CC) -o astman astman.o ../md5.o -lnewt