some fixes
This commit is contained in:
parent
8bff5f6644
commit
f3e55b57db
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -4,10 +4,10 @@ TARGET = smrtlink
|
|||
|
||||
all: $(TARGET)
|
||||
|
||||
$(TARGET): Types.o Program.o
|
||||
$(TARGET): lookupTable.o Types.o Program.o
|
||||
$(CC) $(CFLAGS) -o $(TARGET) *.o
|
||||
|
||||
Types.o: src/Types/*.cpp src/Types*.h
|
||||
Types.o: src/Types/*.cpp src/Types/*.h
|
||||
$(CC) $(CFLAGS) -c src/Types/*.cpp
|
||||
|
||||
Program.o: src/*.cpp src/*.h
|
||||
|
|
Loading…
Reference in a new issue