Initial commit
This commit is contained in:
2
P2/Makefile
Normal file
2
P2/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
all: test.cpp ChainingHashTable.cpp DoubleHashTable.cpp Process.cpp VirtualMemory.cpp
|
||||
g++ -std=c++11 test.cpp ChainingHashTable.cpp DoubleHashTable.cpp Process.cpp VirtualMemory.cpp
|
||||
Reference in New Issue
Block a user