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