Skip to content
Snippets Groups Projects
Commit 63a30aad authored by ys554's avatar ys554
Browse files

Upload New File

parent d6756b57
Branches
No related tags found
No related merge requests found
##### PYTHON #####
#Yegeon Seo
#Final Project makefile
.PHONY : build test run clean
run : fall1617 fall1718 winter1617 winter1718 winter1819
python3 final.py fall1617
python3 final.py fall1718
python3 final.py winter1617
python3 final.py winter1718
python3 final.py winter1819
build :
@# "Python Makefile"
chmod +x final.py
view :
@\less final.py
clean :
@\rm *.ics
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment