File: Makefile

package info (click to toggle)
icon 9.5.25a-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,624 kB
  • sloc: ansic: 28,692; cpp: 5,650; yacc: 926; makefile: 882; lisp: 873; sh: 319; sed: 13; php: 1
file content (12 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#  Makefile for cleaning up after setup.sh
.POSIX:

TOP = ..
SRC = $(TOP)/src


Clean:

Pure:
	rm -f $(TOP)/Makedefs
	rm -f $(SRC)/h/define.h