forked from ports/contrib
20 lines
429 B
Plaintext
20 lines
429 B
Plaintext
|
--- psybnc/Makefile 2002-07-08 08:09:25.000000000 +1000
|
||
|
+++ Makefile 2005-04-14 02:42:19.000000000 +1000
|
||
|
@@ -13,9 +13,6 @@
|
||
|
@$(CC) -I. -o makesalt tools/makesalt.c
|
||
|
@./makesalt
|
||
|
@echo [*] Compiling Bouncer..
|
||
|
- @make -f makefile.out
|
||
|
- @ls -al psybnc
|
||
|
- @echo done.
|
||
|
|
||
|
menuconfig:
|
||
|
@echo Initializing Menu-Configuration
|
||
|
@@ -54,4 +51,4 @@
|
||
|
|
||
|
clean:
|
||
|
@echo Cleaning.
|
||
|
- rm -rf src/*.o
|
||
|
\ No newline at end of file
|
||
|
+ rm -rf src/*.o
|