Sfoglia il codice sorgente

oops forgot to update the makefile

Dalton Nell 9 anni fa
parent
commit
0d90fe2b52
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      makefile

+ 1
- 1
makefile Vedi File

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