mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-06 20:10:36 -07:00
6 lines
69 B
Makefile
6 lines
69 B
Makefile
BUILD = build
|
|
BIN = bin
|
|
|
|
all: packages
|
|
|
|
include packages/packages.mk
|