Skip to content
Snippets Groups Projects
Commit 22f0c460 authored by Paweł Szostek's avatar Paweł Szostek
Browse files

Add makefile for making an archive

parent 49ff96a4
Branches
Tags
No related merge requests found
SRC := configparser.py connection.py dep_solver.py fetch.py\
flow.py global_mod.py hdlmake_kernel.py helper_classes.py\
__main__.py makefile_writer.py module.py msg.py path.py\
srcfile.py
ARCH := hdlmake
../$(ARCH): $(SRC)
zip $(ARCH) $(SRC)
mv $(ARCH).zip ../$(ARCH)
chmod +x ../$(ARCH)
push: ../$(ARCH) $(SRC)
cd .. && git push && cd src
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment