aboutsummaryrefslogtreecommitdiff
path: root/apps/init/Makefile
blob: aa0ac8b13b36d05306cb96b58b15ab37e52375dc (plain) (blame)
1
2
3
4
5
6
7
# MIT License, Copyright (c) 2021 Marvin Borner

NAME = init
OBJS = main.o
LIBS = -lc

include ../generic.mk