some fixes

This commit is contained in:
/jdi/ 2015-10-12 20:44:15 +02:00
parent e26368f98b
commit 2a9bc5ea8d
7 changed files with 307 additions and 1 deletions

View file

@ -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