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

NAME = test
OBJS = main.o fuzz.o
LIBS = -lc

include ../generic.mk