File: Makefile

package info (click to toggle)
bwm 1.1.0-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 60 kB
  • ctags: 25
  • sloc: ansic: 192; makefile: 38; sh: 13
file content (9 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
CC=cc
CFLAGS=-O2 -Wall

all: bwm

distclean: clean

clean:
	rm -f bwm