Makefile - sfeed_curses - sfeed curses UI (now part of sfeed, development is in sfeed)
(HTM) git clone git://git.codemadness.org/sfeed_curses
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
Makefile (333B)
---
1 .POSIX:
2
3 all:
4 @echo ""
5 @echo "sfeed_curses is now part of sfeed."
6 @echo "There will be no more sfeed_curses updates in this repo."
7 @echo "All updates will be in the upstream sfeed repo:"
8 @echo ""
9 @echo "https://git.codemadness.org/sfeed/"
10 @echo "git://git.codemadness.org/sfeed"
11 @echo ""
12 @echo "Thank you"
13 @echo ""
14 @false