Skip to content
Snippets Groups Projects
Commit 7bb3ab3d authored by an7s's avatar an7s
Browse files

make clean removes callbacks.exe from $ZIPR_INSTALL/bin

parent 23278b38
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ all:
clean:
for i in ${dirs}; do cd $$i; make clean; cd ..; done
rm $(prefix)/bin/callbacks.exe
install:
cp lib/callbacks.exe $(prefix)/bin/callbacks.exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment