mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +00:00
6 lines
115 B
Makefile
6 lines
115 B
Makefile
|
OBJECTS=r_assoc.o r_data.o r_errors.o r_list.c r_time.o
|
||
|
INCLUDES += ../includes
|
||
|
OBJECTS:
|
||
|
$(CC) $(CFLAGS) $(@:%.c
|
||
|
|