mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
8 lines
163 B
Makefile
8 lines
163 B
Makefile
# GNU/Linux makefile for the ProGuard annotations.
|
|
|
|
MAIN_CLASS = proguard/annotation/*
|
|
CLASSPATH =
|
|
TARGET = annotations
|
|
|
|
include ../buildscripts/functions.mk
|