dotfiles/.config/Code/User/History/-1cb86127/Y9b6

19 lines
350 B
Text
Raw Normal View History

2024-06-16 18:53:25 +05:00
# CXXFLAGS = -g3 -Wall -fmessage-length=0 #-Werror
# OBJS = util.o game.o
# LIBS = -L/usr/X11R6/lib -L/sw/lib -L/usr/sww/lib -L/usr/sww/bin -L/usr/sww/pkg/Mesa/lib -lglut -lGLU -lGL -lX11 -lfreeimage -pthread
# TARGET = game
# $(TARGET): $(OBJS)
# $(CXX) -o $(TARGET) $(OBJS) $(LIBS)
# all: $(TARGET)
# clean:
# rm -f $(OBJS) $(TARGET)