diff options
Diffstat (limited to 'makefile_base')
-rw-r--r-- | makefile_base | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile_base b/makefile_base index 5e6889e7f..42a3693fc 100644 --- a/makefile_base +++ b/makefile_base @@ -1555,6 +1555,8 @@ build/WSSCompact.o : source/WSSCompact.cpp build/StringCompression.o : source/StringCompression.cpp $(CC) $(CC_OPTIONS) source/StringCompression.cpp -c $(INCLUDE) -o build/StringCompression.o +build/cRedstoneSimulator.o : source/cRedstoneSimulator.cpp + $(CC) $(CC_OPTIONS) source/cRedstoneSimulator.cpp -c $(INCLUDE) -o build/cRedstoneSimulator.o # Template: copy and delete the "# "; insert filenames # build/.o : source/.cpp |