mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@369 375186e5-ef17-0410-b0b6-91563547dcda
25 lines
209 B
Makefile
25 lines
209 B
Makefile
# 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
|
|
|