mirror of
https://github.com/angryip/ipscan.git
synced 2024-11-20 18:04:59 +03:00
31 lines
313 B
Makefile
31 lines
313 B
Makefile
# This file is for those not familiar with Java
|
|
# Use ./gradlew instead of make!
|
|
|
|
info:
|
|
./gradlew info
|
|
|
|
clean:
|
|
./gradlew clean
|
|
|
|
all:
|
|
./gradlew all
|
|
|
|
current:
|
|
./gradlew current
|
|
|
|
linux:
|
|
./gradlew linux
|
|
|
|
linux64:
|
|
./gradlew linux64
|
|
|
|
win32:
|
|
./gradlew win32
|
|
|
|
win64:
|
|
./gradlew win64
|
|
|
|
mac:
|
|
./gradlew mac
|
|
|