diff options
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 \ |