mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-02 16:04:36 -05:00
7 lines
107 B
Makefile
7 lines
107 B
Makefile
PROGRAM = floating
|
|
ARGUI = 1
|
|
ARWUTF = 1
|
|
|
|
EXTRAOBJ += obj/divsufsort-c$(OBJSUFFIX).o
|
|
include arlib/Makefile
|