]> Pileus Git - ~andy/spades/blob - makefile
Prevent app crash on Empty Send.
[~andy/spades] / makefile
1 # Settings
2 PROGRAM  ?= Spades
3 ACTIVITY ?= Main
4 PACKAGE  ?= org.pileus.spades
5
6 # Include common files
7 -include config.mk
8 -include common.mk