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