mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
9 lines
122 B
Makefile
9 lines
122 B
Makefile
# vim:ts=8 ft=make:
|
|
#
|
|
# -*- mode: makefile; -*-
|
|
|
|
PROFILE_LIB = \
|
|
profile__mcount.o \
|
|
profile_gmon.o \
|
|
profile_mcount.o
|