glx-bare/Makefile

6 lines
58 B
Makefile

TARGET := glx-bare
LDFLAGS := -lGL -lX11
all: $(TARGET)