Skip to content

Commit

Permalink
Makefile added (just for fun)
Browse files Browse the repository at this point in the history
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@369 375186e5-ef17-0410-b0b6-91563547dcda
  • Loading branch information
angryziber committed Apr 6, 2008
1 parent 4ba46a6 commit 412400f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
24 changes: 24 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This file is for those not familiar with Java
# Use ant instead of make!

info:
ant info

clean:
ant clean

all:
ant all

current:
ant current

linux:
ant linux

win32:
ant win32

mac:
ant mac

3 changes: 1 addition & 2 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Before 3.0:

* multiple requestedPort support, more docs
* GIJ + java.util.prefs don't work
* save default selection of pinger (Combined for non-root users)
* command-line scanning start
* fetcher-specific options
Expand All @@ -23,7 +22,7 @@ Before 3.0:
* change cursor while scanning
* show hours in statistics dialog
* goto prev stuff (alternative shortcuts)
* create Makefile :-)
* GIJ + java.util.prefs don't work

Later:

Expand Down

0 comments on commit 412400f

Please sign in to comment.