mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-21 18:30:20 +00:00
9bd9755dbb
Signed-off-by: Laurent Vivier <Laurent@Vivier.EU>
15 lines
292 B
Makefile
15 lines
292 B
Makefile
#
|
|
#
|
|
# (c) 2004-2007 Laurent Vivier <Laurent@Vivier.EU>
|
|
#
|
|
#
|
|
|
|
TOP = $(shell pwd)
|
|
|
|
SOURCES = changelog compat control copyright emile-bootblocks.dirs \
|
|
emile-bootblocks.install emile-bootblocks.postinst emile.install \
|
|
Makefile rules
|
|
|
|
include $(TOP)/../tools.mk
|
|
include $(TOP)/../Rules.mk
|