+ harbour/tests/bldtest/Makefile
+ harbour/tests/bldtest/bldtest.c
+ simple C program to check if Harbour can be compiled on
used machine / system / C compiler
14 lines
100 B
Makefile
14 lines
100 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
|
|
C_MAIN=endian.c
|
|
|
|
LIBS=\
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|