mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
7 lines
107 B
Makefile
7 lines
107 B
Makefile
TARGET = superblock_test
|
|
SRC_CC = main.cpp
|
|
LIBS = base
|
|
INC_DIR = $(PRG_DIR)
|
|
INC_DIR += $(REP_DIR)/include
|
|
|