You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/core/plug-in/stats/Makefile

12 lines
194 B

COREPATH =../..
plug_in_name = stats
module_ldflags =
module_cflags =
include ../Makefile.app_module
query_stats: query_stats.c Makefile
$(GPP) $(CXX_FLAGS) -o query_stats query_stats.c