minor additions

This commit is contained in:
Ibrahim Mkusa 2017-04-16 18:19:00 -04:00
parent f10fb083cd
commit ed029f7906
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# Remove temporary files # Remove temporary files
clean: clean:
rm -rf *~ *.out rm -rf *~ *.out *.conf

View File

@ -11,8 +11,6 @@
; we will prompt for these in the gui ; we will prompt for these in the gui
(define host "10.0.0.160")
(define host2 "67.186.191.81")
(define host3 "localhost") (define host3 "localhost")
(define port-num 4321) (define port-num 4321)
(define sleep-t 0.1) (define sleep-t 0.1)