Chat-O-Matic/libs/Makefile

15 lines
234 B
Makefile
Raw Normal View History

2021-05-19 16:12:19 -05:00
.DEFAULT_GOAL := default
libinterface:
$(MAKE) -f libs/libinterface/Makefile
librunview:
$(MAKE) -f libs/librunview/Makefile
libsupport:
$(MAKE) -f libs/libsupport/Makefile
all: libinterface librunview libsupport
default: all