• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# include/Makefile
3#
4# Copyright 2005, Broadcom, Inc.
5#
6# $Id: Makefile,v 13.5 2005/02/17 19:11:31 Exp $
7#
8
9SRCBASE	= ..
10
11TARGETS	= epivers.h
12
13
14all release:
15	bash epivers.sh
16
17clean:
18	rm -rf ${TARGETS} *.prev
19
20
21.PHONY: all release clean
22