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
This commit is contained in:
Matthew Fredrickson
2005-05-10 18:52:09 +00:00
parent 5f54bf2230
commit e70d3db697

View File

@@ -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