Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

16 lines
186 B
Makefile

# $Id$
#
# Build libhilti
all: do-build
do-build:
test -e build || mkdir build
cd build; test -e Makefile || cmake .. ; make
clean:
rm -rf build
test: do-build
cd tests && btest