summaryrefslogtreecommitdiff
path: root/package/x11r7/mcookie/mcookie.mk
blob: c26c9e5196d5444899afd370ce63ec7e2006b1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#############################################################
#
# mcookie
#
#############################################################

$(TARGET_DIR)/usr/bin/mcookie: package/xorg/mcookie.c
	$(TARGET_CC) -Wall -Os -s package/xorg/mcookie.c -o $(TARGET_DIR)/usr/bin/mcookie


mcookie: $(TARGET_DIR)/usr/bin/mcookie

#############################################################
#
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_MCOOKIE)),y)
TARGETS+=mcookie
endif