2011-04-12 08:53:11 -04:00

9 lines
92 B
Makefile

TARGET := glx-dbl-bare
LDFLAGS := -lGL -lX11
all: $(TARGET)
clean:
-rm -f *.o $(TARGET)