mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-12-04 11:26:16 +02:00
11 lines
251 B
Makefile
11 lines
251 B
Makefile
|
programs += error-test
|
||
|
|
||
|
error-test_DIR := $(d)
|
||
|
|
||
|
error-test_SOURCES := \
|
||
|
$(wildcard $(d)/*.cc) \
|
||
|
|
||
|
error-test_LIBS = libutil
|
||
|
|
||
|
error-test_LDFLAGS = -pthread $(SODIUM_LIBS) $(EDITLINE_LIBS) $(BOOST_LDFLAGS) -lboost_context -lboost_thread -lboost_system
|