File: Makefile

package info (click to toggle)
bsdowl 2.2.2-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,448 kB
  • sloc: sh: 828; makefile: 383; ml: 267; lisp: 54
file content (14 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
### Makefile -- Collection de makefiles `misc'

# Author: Michael Grünewald
# Date: Sam  7 jul 2007 18:09:47 CEST
# Cookie: SYNOPSIS TARGET VARIABLE EN DOCUMENTATION

FILES+= conf.freebsd.mk
FILES+= misc.script.mk
FILES+=	misc.elisp.mk
FILES+=	misc.dotfile.mk

.include "project.mk"

### End of file `Makefile'