mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 12:56:21 +00:00
Removed libstrophe examples
This commit is contained in:
8
Makefile
8
Makefile
@@ -4,17 +4,9 @@ LIBS = -lxml2 -lssl -lresolv -lncurses -lstrophe
|
||||
|
||||
profanity: clean
|
||||
$(CC) profanity.c $(LIBS) -o profanity
|
||||
$(CC) roster.c $(LIBS) -o roster
|
||||
$(CC) active.c $(LIBS) -o active
|
||||
$(CC) basic.c $(LIBS) -o basic
|
||||
$(CC) bot.c $(LIBS) -o bot
|
||||
$(CC) curses_example.c -lncurses -o curses_example
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f profanity
|
||||
rm -f roster
|
||||
rm -f active
|
||||
rm -f basic
|
||||
rm -f bot
|
||||
rm -f curses_example
|
||||
|
||||
Reference in New Issue
Block a user