Skip to content

Commit

Permalink
Add dist target
Browse files Browse the repository at this point in the history
  • Loading branch information
bozbalci committed Jan 13, 2020
1 parent 6524bcf commit 20bc71c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assignments/hw3/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ codegen-clean:

clean:
rm -rf *.o *.dSYM hw3_flat hw3_sphere

YAGMUR=e2171783
BERK=e2171791
DISTNAME=$(YAGMUR)_$(BERK)_opengl.zip

dist: codegen
zip $(DISTNAME) shaders/ flat.cpp sphere.cpp Makefile

distclean:
rm -f $(DISTNAME)

0 comments on commit 20bc71c

Please sign in to comment.