mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-06 05:54:15 +00:00
5 lines
82 B
Makefile
5 lines
82 B
Makefile
|
TARGET = nano3d
|
||
|
SRC_CC = main.cc
|
||
|
LIBS = base config
|
||
|
INC_DIR += $(PRG_DIR)
|