hashmapp.
This commit is contained in:
commit
e34fc0ca7f
5 changed files with 161 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.PHONY: hashmap
|
||||
|
||||
hashmap: main.c
|
||||
$(CC) -o hashmap -g main.c hashmap.c
|
||||
|
||||
clean:
|
||||
rm -rf hashmap
|
||||
Loading…
Add table
Add a link
Reference in a new issue