1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/carray/Makefile
Jonas 'Sortie' Termansen 2708528c1b Add make(1).
2016-07-24 00:58:42 +02:00

10 lines
178 B
Makefile

PROGRAM=carray
.include <sortix/sys.mk>
.include <template/dependencies.mk>
.include <template/program.mk>
# TODO: HACK
.ifndef HOST_IS_SORTIX
CPPFLAGS+=-D_GNU_SOURCE
.endif