summaryrefslogtreecommitdiffstats
path: root/Makefile_op
diff options
context:
space:
mode:
authorAttila Veghelyi <aveghelyi@dension.com>2024-10-16 16:09:02 +0200
committerAttila Veghelyi <aveghelyi@dension.com>2024-10-16 16:09:02 +0200
commit14d0fa4556e81763fd2a1e8fe4870a746186595e (patch)
treea2a45614875d4d23e3b6c0116299495e47605239 /Makefile_op
parent5f686d5179d6a23a37378550b8c1122453d240c1 (diff)
downloadOpenProgrammer-14d0fa4556e81763fd2a1e8fe4870a746186595e.tar.gz
OpenProgrammer-14d0fa4556e81763fd2a1e8fe4870a746186595e.zip
Use common functions from one file - not works yet
Diffstat (limited to 'Makefile_op')
-rw-r--r--Makefile_op1
1 files changed, 1 insertions, 0 deletions
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 \