summaryrefslogtreecommitdiffstats
path: root/Makefile_opgui
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_opgui
parent5f686d5179d6a23a37378550b8c1122453d240c1 (diff)
downloadOpenProgrammer-14d0fa4556e81763fd2a1e8fe4870a746186595e.tar.gz
OpenProgrammer-14d0fa4556e81763fd2a1e8fe4870a746186595e.zip
Use common functions from one file - not works yet
Diffstat (limited to 'Makefile_opgui')
-rw-r--r--Makefile_opgui1
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 \