ipscan/Makefile
2008-04-06 13:36:53 +00:00

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