Skip to content

Commit a6c386a

Browse files
committed
chore: perform cleanup
Signed-off-by: Ben Selwyn-Smith <[email protected]>
1 parent 37e8356 commit a6c386a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ souffle:
160160
sudo apt update; \
161161
sudo wget http://archive.ubuntu.com/ubuntu/pool/main/libf/libffi/libffi7_3.3-4_amd64.deb; \
162162
sudo dpkg -i libffi7_3.3-4_amd64.deb; \
163+
rm libffi7_3.3-4_amd64.deb; \
163164
sudo apt install souffle;; \
164165
"Darwin") \
165166
if command -v brew; then \

0 commit comments

Comments
 (0)