Skip to content

Commit

Permalink
add glm to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bozbalci committed Jan 13, 2020
1 parent 20bc71c commit 9729455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assignments/hw3/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ BERK=e2171791
DISTNAME=$(YAGMUR)_$(BERK)_opengl.zip

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

distclean:
rm -f $(DISTNAME)

0 comments on commit 9729455

Please sign in to comment.