Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 167 Bytes

Makefile

File metadata and controls

7 lines (5 loc) · 167 Bytes
 
Mar 4, 2014
Mar 4, 2014
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake -*-
EXE = test_send
SRC = test_send.c
COMMON_SRC = test_connection.c test_connman.c test_handler.c test_http.c
include ../common/Makefile