* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
9 lines
82 B
Makefile
9 lines
82 B
Makefile
|
|
ROOT := ../../
|
|
|
|
C_MAIN := bldtest.c
|
|
|
|
LIBS :=
|
|
|
|
include $(TOP)$(ROOT)config/bin.mk
|