mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 04:55:15 -04:00
7 lines
186 B
Makefile
7 lines
186 B
Makefile
OUTFILE = showimg
|
|
OBJS = showimage.o
|
|
LIBS = -L../../lib -lSDL -lSDL_image -lSDL -lpng -ljpeg -lz
|
|
CFLAGS = -I../../include -I..
|
|
|
|
include $(MENUETDEV)/makefiles/Makefile_for_program
|