aboutsummaryrefslogtreecommitdiff
path: root/frontends/tasm/Makefile.inc
blob: 9826e1b9b90401ad6e85d64b8dccfc51232746b8 (plain)
1
2
3
4
5
6
7
bin_PROGRAMS += ytasm

ytasm_SOURCES  = frontends/tasm/tasm.c
ytasm_SOURCES += frontends/tasm/tasm-options.c
ytasm_SOURCES += frontends/tasm/tasm-options.h

ytasm_LDADD = libyasm.a $(INTLLIBS)