Browse Source

oops forgot to update the makefile

Dalton Nell 9 years ago
parent
commit
0d90fe2b52
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      makefile

+ 1
- 1
makefile View File

1
 CC=g++
1
 CC=g++
2
 CCFLAGS=-O2 -g
2
 CCFLAGS=-O2 -g
3
 LDFLAGS=-lX11 -lXext -lrt
3
 LDFLAGS=-lX11 -lXext -lrt
4
-SOURCES=main.cpp x.cpp options.cpp
4
+SOURCES=main.cpp x.cpp options.cpp rectangle.cpp
5
 OBJECTS=$(SOURCES:.cpp=.o)
5
 OBJECTS=$(SOURCES:.cpp=.o)
6
 EXECUTABLE=slop
6
 EXECUTABLE=slop
7
 BINDIR="/usr/bin"
7
 BINDIR="/usr/bin"