65oo2/disas/Makefile.am

7 lines
145 B
Makefile
Raw Permalink Normal View History

2024-02-25 15:58:08 +00:00
include res/Makefrag.am
2024-02-20 15:09:11 +00:00
bin_PROGRAMS = disas
disas_SOURCES = main.c
disas_CFLAGS =-I$(top_srcdir)
2024-02-25 15:58:08 +00:00
disas_LDADD = ../lib/lib65oo2.a $(RES)