Files
ece-250/P2/Makefile
2023-05-21 23:28:11 -04:00

2 lines
183 B
Makefile

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