mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
31 lines
253 B
Makefile
31 lines
253 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
|
|
|
|
linux64:
|
|
ant linux64
|
|
|
|
win32:
|
|
ant win32
|
|
|
|
win64:
|
|
ant win64
|
|
|
|
mac:
|
|
ant mac
|
|
|