8 lines
81 B
Makefile
8 lines
81 B
Makefile
|
|
TARGET := sdl_opengl_bare
|
|
|
|
all: $(TARGET)
|
|
|
|
$(TARGET): $(TARGET).d
|
|
gdc -o $@ $^
|