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_opgui | |
parent | 5f686d5179d6a23a37378550b8c1122453d240c1 (diff) | |
download | OpenProgrammer-14d0fa4556e81763fd2a1e8fe4870a746186595e.tar.gz OpenProgrammer-14d0fa4556e81763fd2a1e8fe4870a746186595e.zip |
Use common functions from one file - not works yet
Diffstat (limited to 'Makefile_opgui')
-rw-r--r-- | Makefile_opgui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile_opgui b/Makefile_opgui index cd0f5a3..3ec07f3 100644 --- a/Makefile_opgui +++ b/Makefile_opgui @@ -12,6 +12,7 @@ CFLAGS += -Os -s #size LDLAGS = `pkg-config --libs gtk+-3.0` SOURCES = opgui.c \ + common_functions.c \ deviceRW.c \ progP12.c \ progP16.c \ |