Skip to content
Snippets Groups Projects
Commit e70d3db6 authored by Matthew Fredrickson's avatar Matthew Fredrickson
Browse files

Fix 'make clean' bug in for app (Bug 4230)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5619 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5f54bf22
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ install:
done
clean:
rm -f *.o astman smsq stereoize .depend
rm -f *.o astman smsq stereorize .depend
astman: astman.o ../md5.o
$(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment