mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-22 17:37:04 +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
|
||
|
|