summaryrefslogtreecommitdiffstats
path: root/sw/linux/src/makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sw/linux/src/makefile.am')
-rw-r--r--sw/linux/src/makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/linux/src/makefile.am b/sw/linux/src/makefile.am
new file mode 100644
index 0000000..492c3ec
--- /dev/null
+++ b/sw/linux/src/makefile.am
@@ -0,0 +1,7 @@
+bin_PROGRAMS = z80prog
+z80prog_SOURCES = main.c ui.c serial.c
+
+z80prog_CFLAGS = -Wall -Werror -g $(gtk3_CFLAGS)
+z80prog_LDADD = $(gtk3_LIBS)
+
+CLEANFILES = *~