1b2c01db1b
Turn on optimization Remove some redundancy in FLAGS
10 lines
112 B
Makefile
10 lines
112 B
Makefile
# Makefile for libtimers
|
|
|
|
LIB= timers
|
|
|
|
SRCS= \
|
|
tmrs_set.c \
|
|
tmrs_clr.c \
|
|
tmrs_exp.c
|
|
|
|
.include <minix.lib.mk>
|