Fix dependency_setup.sh

This commit is contained in:
XOR 2023-09-07 22:45:56 +02:00
parent 770276a68c
commit b7802a6b83

View file

@ -12,10 +12,10 @@ git clone https://h2939863.stratoserver.net/git/XOR/simple_hashtable.git
cd simple_hashtable
echo "Building simple_hashtable library"
$(CC) -c shash.c -o $script_root/lib/shash.o
$CC -c shash.c -o $script_root/lib/shash.o
echo "Delete source files"
cd $script_root
rm -rf tmp
echo "You can now run "make" to build the Assembler"
echo "You can now run "make" to build the Assembler"