mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-16 04:05:53 +00:00
14 lines
268 B
Makefile
14 lines
268 B
Makefile
#
|
|
#
|
|
# (c) 2004,2005 Laurent Vivier <Laurent@lvivier.info>
|
|
#
|
|
#
|
|
|
|
TOP = $(shell pwd)
|
|
|
|
SOURCES = changelog compat control copyright emile-bootblocks.dirs \
|
|
emile-bootblocks.install emile-bootblocks.postinst emile.install \
|
|
Makefile rules
|
|
|
|
include $(TOP)/../Rules.mk
|