dbltw/vm/vm.pro
2020-05-13 19:08:25 -05:00

17 lines
182 B
Prolog

TEMPLATE = app
include(/home/scott/joey/dist/joey.pri)
HEADERS += \
vm.h
SOURCES += \
main.c \
vm.c
OTHER_FILES += \
../notes.txt
DISTFILES += \
../test.dbl \
../test.lst