File: Makefile

package info (click to toggle)
maelstrom 3.0.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,952 kB
  • sloc: cpp: 10,947; sh: 3,406; ansic: 2,781; makefile: 175
file content (9 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (39)
1
2
3
4
5
6
7
8
9
# This is the minimum Makefile necessary to include this directory
# in the package distribution build process

# Succeed at the default target
all:

# Copy this directory to the distribution build directory
distdir:
	cp -rp . $(distdir)