diff options
author | Attila Veghelyi <aveghelyi@dension.com> | 2024-10-16 16:09:02 +0200 |
---|---|---|
committer | Attila Veghelyi <aveghelyi@dension.com> | 2024-10-16 16:09:02 +0200 |
commit | 14d0fa4556e81763fd2a1e8fe4870a746186595e (patch) | |
tree | a2a45614875d4d23e3b6c0116299495e47605239 /Makefile_op | |
parent | 5f686d5179d6a23a37378550b8c1122453d240c1 (diff) | |
download | OpenProgrammer-14d0fa4556e81763fd2a1e8fe4870a746186595e.tar.gz OpenProgrammer-14d0fa4556e81763fd2a1e8fe4870a746186595e.zip |
Use common functions from one file - not works yet
Diffstat (limited to 'Makefile_op')
-rw-r--r-- | Makefile_op | 1 |
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 \ |