From 14d0fa4556e81763fd2a1e8fe4870a746186595e Mon Sep 17 00:00:00 2001 From: Attila Veghelyi Date: Wed, 16 Oct 2024 16:09:02 +0200 Subject: Use common functions from one file - not works yet --- Makefile_op | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile_op') diff --git a/Makefile_op b/Makefile_op index 5fff89a..792653f 100644 --- a/Makefile_op +++ b/Makefile_op @@ -5,6 +5,7 @@ CFLAGS = '-DVERSION="$(VERSION)"' -w -Os -s #size #CFLAGS = -w -O3 -s #CFLAGS = -w -g #debug SOURCES = op.c \ + common_functions.c \ progP12.c \ progP16.c \ progP18.c \ -- cgit v1.2.3-54-g00ecf