Fix dependency_setup.sh
This commit is contained in:
parent
770276a68c
commit
b7802a6b83
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue