mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
10 lines
177 B
Makefile
10 lines
177 B
Makefile
# ©2013-2014 Cameron Desrochers
|
|
|
|
include ../../build/makefile.inc
|
|
|
|
default:
|
|
$(MAKE) -C ../../build bin/unittests$(EXT)
|
|
|
|
run: default
|
|
../../build/bin/unittests$(EXT)
|