diff options
author | epochqwert <epoch@53flpnlls43fcguy.onion> | 2015-02-04 03:11:22 -0600 |
---|---|---|
committer | epochqwert <epoch@53flpnlls43fcguy.onion> | 2015-02-04 03:11:22 -0600 |
commit | 19c2749eb64171a25ac5a8fb8eab5f73c83bd7f2 (patch) | |
tree | 9a75ef53f1b747cde3983491b346b8a1895b164c /libhashtable/Makefile | |
parent | ac52abea6b304ee2b7ac4a9718f63fb683adab2b (diff) | |
download | segfault-19c2749eb64171a25ac5a8fb8eab5f73c83bd7f2.tar.gz segfault-19c2749eb64171a25ac5a8fb8eab5f73c83bd7f2.zip |
I don't remember.
Diffstat (limited to 'libhashtable/Makefile')
-rw-r--r-- | libhashtable/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhashtable/Makefile b/libhashtable/Makefile index 7def401..6649739 100644 --- a/libhashtable/Makefile +++ b/libhashtable/Makefile @@ -12,3 +12,4 @@ clean: install: cp $(TARGET) /usr/local/lib/$(TARGET) + cp hashtable.h /usr/local/include/hashtable.h |