mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-12 13:37:45 -04:00
7 lines
142 B
Makefile
7 lines
142 B
Makefile
OUTFILE = sdltestb
|
|
OBJS = testbitmap.o
|
|
CFLAGS = -I../include
|
|
LIBS = -L../src -lSDL
|
|
|
|
include $(MENUETDEV)/makefiles/Makefile_for_program
|