File: Makefile

package info (click to toggle)
perforate 1.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 84 kB
  • ctags: 9
  • sloc: ansic: 119; perl: 101; makefile: 40; sh: 3
file content (16 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# perforate 1.00 - utilities to free disk space by finding holes and
# duplicate files.
#
# Oleg Kibirev * April 1995 * oleg@gd.cs.CSUFresno.EDU
#
# This code is covered by General Public License, version 2 or any later
# version of your choice. You should recieve file "COPYING" which contains
# text of the license with any distribution of this program; if you don't 
# have it, a copy is available from ftp.gnu.ai.mit.edu.
#

CC=gcc
CFLAGS=-O2 -fomit-frame-pointer -m486 -s

all: zum