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

NAME = paint
OBJS = main.o
LIBS = -lgui -lc

include ../generic.mk