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