mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
9 lines
248 B
Makefile
9 lines
248 B
Makefile
# GNU/Linux makefile for the ProGuard GUI.
|
|
|
|
MAIN_CLASS = proguard/gui/ProGuardGUI
|
|
CLASSPATH = ../base/$(OUT):../core/$(OUT):../retrace/$(OUT)
|
|
TARGET = proguardgui
|
|
INCLUDE_MANIFEST = true
|
|
|
|
include ../buildscripts/functions.mk
|