merged signal.c in timer.c

This commit is contained in:
2021-01-27 15:26:19 +01:00
parent 691bc6304a
commit 3da1891778
3 changed files with 2 additions and 59 deletions

View File

@@ -33,7 +33,7 @@ TIME := \time -f "\ttime: %E real, %U user, %S sys\n\tcontext-switch:\t%c+%w, pa
export PATH := .:$(PATH)
TARGETS=lceb tree oper timer
OBJS=lceb.o tree.o oper.o stack.o eval.o best.o timer.o stack.o signal.o
OBJS=lceb.o tree.o oper.o stack.o eval.o best.o timer.o stack.o
INCLUDES=lceb.h
DEPS=$(INCLUDES) Makefile