mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +00:00
5 lines
115 B
Makefile
5 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
|
|
|