summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4e8db6ef17a9b15cacb4c32cf44b23eaeb4035e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PRG=915resolution

SRCS=915resolution.c 
OBJS=${SRCS:.c=.o}

CFLAGS:=-s -Wall -ggdb 

${PRG}: ${OBJS}

clean:
	rm -f ${OBJS} ${PRG} *~ 

install: ${PRG}
	cp ${PRG} /usr/sbin